Java应用程序设计接口(上册)--核心包
1997-10
北京大学出版社
(美)James Gosling,Frank Yellin,Java小组
李健均/杨承高
无
每个想要创建安全、高效、可移植和健壮的应用程序的程序员部必须对Java API有透彻的了解。本书本册―核心包部分描述作为Java语言基础的各类库,包括java.lang,Java.10,Java.util和java.net。它们是作为每个Java程序基础的通用库。
(上册)
前言
简短历史
关于Java丛书
API工作成员
关于Java包
参考资料
类层次图
第一章 java.lang包类
1.1 Boolean类
1.2 character类
1.3 Class类
l.4 ClassLoader类
l.5 Compiler类
1.6 Double类
1.7 Float类
1.8 Integer类
1.9 Long类
1.10 Math类
1.11 Number类
1.12 Object类
l.13 Process类
1.14 Runtlme类
1.15 SecurltyManager类
1.16 String类
l.17 StringBuffer类
1.18 System类
1.19 Thread类
l.20 ThreadGroup类
1.21 Throwable类
接口
1.22 Cloneable类
1.23 Runnable类
1.24 ArithmeticException类
l.25 ArrayIndexOutOfBoundsExecption类
1.26 ArrayStoreException类
l.27 ClassCastException类
1.28 ClassNotFoundException类
l.29 CloneNotSupporedException类
l.30 Exception类
1.31 IllegalAccessException类
1.32 IllegalArgumentExcePtion类
1.33 IllegalMonitorStateException类
1.34 IllegalThreadStateException类
1.35 IndexOutOfBoundsException类
l.36 InstantiationException类
l.37 InterrupedException类
l.38 NegativeArraySizeException类
1.39 NoSuchMethodException类
1.40 NullPointerException类
1.41 NumberFormatException类
l.42 RuntimeException类
l.43 SecurityException类
1.44 StringIndexOutOfBoundsException类
错误
1.45 AbstractMethodError类
1.46 ClassCircularityError类
1.47 ClassFormatError类
1.48 Error类
1.49 IllegalAccessError类
1.50 IncompatibleClassChangeError类
1.51 InstantiationError类
l.52 InternalError类
1.53 LinkageError类
l.54 NoClassDefFoundError类
1.55 NoSuchFieldError类
l.56 NoSuchMethodError类
1.57 OutOfMemoryError类
1.58 StackOverflowError类
l.59 ThreadDeath类
1.60 UnknownError类
l.61 UnsatisfiedLinkError类
l.62 VerifyError类
1.63 VirtualMachineError类
第二章 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 FileInputStream类
2.10 FileOutputStream类
2.11 FilterInputstream类
2.12 FilterOutputStream类
2.13 InputStream类
2.14 LineNumberInputStream类
2.15 OutputStream类
2.16 PlpedInputStream类
2.17 PipedOutPutStream类
2.18 PrintStream类
2.19 PushbackInputStream类
2.20 RandomAccessFile类
2.21 SequenceInpoutStream类
2.22 StreamTokenizer类
2.23 StringBufferInnutStream类
接口
2.24 DataInput接口
2.25 DataOutput接口
2.26 FilenameFilter接口类
2.27 EOFException类
2.28 FileNotFoundException类
2.29 IOException类
2.30 InterruptedIOException类
2.31 UTFDataFormatException类
第三章 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类
第四章 java.net包类
4.1 ContentHandler类
4.2 DatagramPacket类
4.3 DatagramSocket类
4.4 InetAddress类
4.5 ServerSocket类
4.6 Socket类
4.7 SocketImpl类
4.8 URL类
4.9 URLConnection类
4.10 URLEncoder类
4.11 URLStreamHandler类
接口
4.12 ContenthandlerFactory接口
4.13 SocketImplFactory接口
4.14 URLStreamHandlerFactory接口
异常
4.15 MalformedURLException类
4.16 ProtocolException类
4.17 SocketException类
4.18 UnknownHostException类
4.19 UnknownServlceException类
无