注册 | 登录读书好,好读书,读好书!
读书网-DuShu.com
当前位置: 首页出版图书科学技术计算机/网络软件与程序设计JAVA及其相关JAVA语言API类库

JAVA语言API类库

JAVA语言API类库

定 价:¥60.00

作 者: 王克宏主编;刘波等编著
出版社: 清华大学出版社
丛编项: JAVA系列丛书之五
标 签: Java

ISBN: 9787302024866 出版时间: 1998-01-01 包装: 平装
开本: 26cm 页数: 608 字数:  

内容简介

  内容简介本书提供了javaAPI较为完整、详细的中文说明,包括各个API包的成员构成说明;ApI包中各类(包括例外类)与接口的具体声明、功能解说;各类与接口的成员变量的声明与作用说明;各类与接口的构造方法、成员方法的声明、功能解说、参数、返回值以及所抛出例外的具体说明。本书按章分述JavaAPI的各个包。按照由常用到专业的顺序,首先在第1章中讲述最常用、最为基本的java.lang包,第2章讲述java.io包,第3章讲述java.util包,第4章讲述java.net包,第5章讲述java.awt包,第6章讲述java.awt.image包,第7章讲述java.awt.peer包,第8章讲述java.applet包,第9章讲述sun.tools.debug包。读者只要按照自己的需要查找相应的包,就能找到所需要的类、接口、例外以及错误。程序员通过对本书的学习可以编出更好的程序。

作者简介

暂缺《JAVA语言API类库》作者简介

图书目录

第1章  包java. 1ang                  
     1. 1  类Boolean                  
     1. 2  类Character                  
     1. 3  类C1ass                  
     1. 4  类C1assLoader                  
     1. 5  类Compiler                  
     1. 6  类Double                  
     1. 7  类Float                  
     1. 8  类Integer                  
     1. 9  类Long                  
     1. 10  类Math                  
     1. 11  类Number                  
     1. 12  类Object                  
     1. 13  类Process                  
     1. 14  类Runtime                  
     1. 15  类SecurityManager                  
     1. 16  类String                  
     1. 17  类StringBuffer                  
     1. 18  类System                  
     l. 19  类Thread                  
     1. 20  类ThreadGroup                  
     1. 21  类Throwable                  
     1. 22  接口Cloneable                  
     1. 23  接口Runnable                  
     1. 24  类ArithmeticException                  
     1. 25  类ArraylndexOutOfBoundsException                  
     1. 26  类ArrayStoreException                  
     1. 27  类CastException                  
     1. 28  类NotFoundException                  
     1. 29  类C1oneNotSupportedException                  
     1. 30  类Exception                  
     1. 31  类IUegahLccessException                  
     1. 32  类IllegalArgumentException                  
     1. 33  类I11egalMonitorStateException                  
     1. 34  类IllegalThreadStateException                  
     1. 35  类IndexOutOfBoundsException                  
     1. 36  类InstantiationExcePtion                  
     1. 37  类InterruPtedException                  
     1. 38  类NegativeArraySizeException                  
     1. 39  类NoSuchMethodException                  
     1. 40  类NullPointerException                  
     1. 4l  类NumberFormatException                  
     1. 42  类RuntimeExcePtion                  
     1. 43  类SecurityException                  
     1. 44  类StringIndexOutOfBoundsException                  
     1. 45  类从stractMethodError                  
     1. 46  类C1assCircularityError                  
     1. 47  类ClassFormatError                  
     1. 48  类Error                  
     1. 49  类IllegalAccessError                  
     1. 50  类IncompatibleClassChangeError                  
     1. 5l  类InstantiationError                  
     1. 52  类InternalError                  
     1. 53  类LinkageError                  
     1. 54  类NoClassDefFoundError                  
     1. 55  类NoSuchFieldError                  
     1. 56  类NoSuchMethodError                  
     1. 57  类OutOfMemoryError                  
     1. 58  类StackOverflowError                  
     1. 59  类ThreadDeath                  
     1. 60  类UnknownError                  
     1. 61  类UnsatisfiedLinkError                  
     1. 62  类VerifyError                  
     1. 63  类VirtualMachineError                  
   第2章  包java.io                  
     2. 1  类BufferedInputStream                  
     2. 2  类BufferedOutputStream                  
     2. 3  类ByteArrayInputStream                  
     2. 4  类ByteArrayOutputStream                  
     2. 5  类DataInputStream                  
     2. 6  类DataOutputStream                  
     2. 7  类File                  
     2. 8  类FileDescriptor                  
     2. 9  类FilelnputStrearn                  
     2. 10  类FileOutputStream                  
     2. 11  类FilterlnputStream                  
     2. 12  类FilterOutputStream                  
     2. 13  类InputStream                  
     2. 14  类LineNumberInputStream                  
     2. 15  类OutputStream                  
     2. 16  类PipedInputStream                  
     2. 17  类PipedOutputStream                  
     2. 18  类PrintStream                  
     2. 19  类PushbackInputStream                  
     2. 20  类RandomAccessFile                  
     2. 21  类SequenceInputStream                  
     2. 22  类StreamTokenizer                  
     2. 23  类StringBufferInputStream                  
     2. 24  接口DataInPut                  
     2. 25  接口DataOutput                  
     2. 26  接口FilenameFilter                  
     2. 27  类EOFExcePtion                  
     2. 28  类FileNotFoundException                  
     2. 29  类IOExcePtion                  
     2. 30  类InterruptedIOixcePtion                  
     2. 31  类UTFDataFormatException                  
   第3章  包java. util                  
     3. 1  类BitSet                  
     3. 2  类Date                  
     3. 3  类Dictionary                  
     3. 4  类Hashtable                  
     3. 5  类Observable                  
     3. 6  类Properties                  
     3. 7  类Random                  
     3. 8  类Stack                  
     3. 9  类StringTokenizer                  
     3. 10  类Vector                  
     3. 11  接口Enumeration                  
     3. 12  接口Observer                  
     3. 13  类EmptyStackException                  
     3. 14  类NoSuchElementException                  
   第4章  包java. net                  
     4. 1  类ContentHandler                  
     4. 2  类DatagramPacket                  
     4. 3  类DatagramSocket                  
     4. 4  类InetAddrress                  
     4. 5  类ServerSocket                  
     4. 6  类Socket                  
     4. 7  类SocketImpl                  
     4. 8  类URL                  
     4. 9  类URLConnection                  
     4. 10  类URLEncoder                  
     4. 11  类URLStreamHander                  
     4. 12  接口ContentHanderFactory                  
     4. 13  接口SocketImplFactory                  
     4. 14  接口URLStreamHandlerFactory                  
     4. 15  类MalformedURLException                  
     4. 16  类ProtocolException                  
     4. 17  类SocketException                  
     4. 18  类UnknownHostException                  
     4. 19  类UnknownServiceException                  
   第5章  包java. awt                  
     5. 1  类BorderLayout                  
     5. 2  类Button                  
     5. 3  类Canvas                  
     5. 4  类CardLayout                  
     5. 5  类Checkbox                  
     5. 6  类CheckboxGroup                  
     5. 7  类CheckboxMenuItem                  
     5. 8  类Choice                  
     5. 9  类Color                  
     5. 10  类Component                  
     5. 11  类Container                  
     5. 12  类Dialog                  
     5. 13  类Dimension                  
     5. 14  类Event                  
     5. 15  类FileDialog                  
     5. 16  类F1owLayout                  
     5. 17  类Font                  
     5. 18  类FontMetrics                  
     5. 19  类Frame                  
     5. 20  类Graphics                  
     5. 21  类GridBagConstraints                  
     5. 22  类GridBagLayout                  
     5. 23  类GridLayout                  
     5. 24  类Image                  
     5. 25  类Insets                  
     5. 26  类Label                  
     5. 27  类List                  
     5. 28  类MediaTracker                  
     5. 29  类Menu                  
     5. 30  类MenuBar                  
     5. 3l  类MenuComponent                  
     5. 32  类MenuItem                  
     5. 33  类Panel                  
     5. 34  类Point                  
     5. 35  类Polygon                  
     5. 36  类Rectangle                  
     5. 37  类Scro11bar                  
     5. 38  类TextArea                  
     5. 39  类TextComponent                  
     5. 40  类TextField                  
     5. 41  类Too1kit                  
     5. 42  类Window                  
     5. 43  接口LayoutManager                  
     5. 44  接口MenuContainer                  
     5. 45  类AWTException                  
     5. 46  类AWTError                  
   第6章  包java. awt. image                  
     6. 1  类Co1orModel                  
     6. 2  类CropImageFilter                  
     6. 3  类DirectColorModel                  
     6. 4  类FilteredImageSource                  
     6. 5  类ImageFilter                  
     6. 6  类IndexeColorModel                  
     6. 7  类MemoryImageSource                  
     6. 8  类PixelGrabber                  
     6. 9  类RGBImageFilter                  
     6. 10  接口ImageConsumer                  
     6. 11  接口Imageobserver                  
     6. 12  接口ImageProducer                  
   第7章  包java. awt. peer                  
     7. 1  接口ButtonPeer                  
     7. 2  接口CanvasPeer                  
     7. 3  接口CheckboxMenuItemPeer                  
     7. 4  接口CheckboxPeer                  
     7. 5  接口ChoicePeer                  
     7. 6  接口ComponentPeer                  
     7. 7  接口ContainerPeer                  
     7. 8  接口DialogPeer                  
     7. 9  接口FileDialogPeer                  
     7. 10  接口FramePeer                  
     7. 11  接口LabelPeer                  
     7. 12  接口ListPeer                  
     7. 13  接口MenuBarPeer                  
     7. 14  接口MenuComponentPeer                  
     7. 15  接口MenuItemPeer                  
     7. 16  接口MenuPeer                  
     7. 17  接口PanelPeer                  
     7. 18  接口Scro11barPeer                  
     7. 19  接口TextAreaPeer                  
     7. 20  接口TextComponentPeer                  
     7. 2l  接口TextFieldPeer                  
     7. 22  接口WindowPeer                  
   第8章  包java. applet                  
     8. 1  类App1et                  
     8. 2  接口AppletContext                  
     8. 3  接口AppletStub                  
     8. 4  接口AudioClip                  
   第9章  包sun. tools. debug                  
     9. 1  类RemoteArray                  
     9. 2  类RemoteBoo1ean                  
     9. 3  类RemoteByte                  
     9. 4  类RemoteChar                  
     9. 5  类RemoteClass                  
     9. 6  类RemoteDebugger                  
     9. 7  类RemoteDoubte                  
     9. 8  类RemoteField                  
     9. 9  类RemoteFloat                  
     9. 10  类RemoteInt                  
     9. 11  类RemoteLong                  
     9. 12  类RemoteObject                  
     9. 13  类RemoteShort                  
     9. 14  类RemoteStackFrame                  
     9. 15  类RemoteStackVariable                  
     9. 16  类RemoteString                  
     9. 17  类RemoteThread                  
     9. 18  类RemoteThrcadGroup                  
     9. 19  类RemoteValue                  
     9. 20  类StackFrame                  
     9. 2l  接口DebuggerCallback                  
     9. 22  类NoSessionException                  
     9. 23  类NoSuchFieldExcePtion                  
     9. 24  类NoSuchLineNumberException                  
                    

本目录推荐