Java : Books

Beginning Java 2

0.0/5 (0 votes cast)

Beginning Java 2 has a detailed introduction to the Java Foundation Classes (JFC), a vast set of graphics functionality including Java2D and Swing, which makes developing windowed applications much easier. It also covers the new Collections API, a bunch of container classes for representing and handling other Java objects, and has up-to-date coverage of threads, serialization and JDBC 2.0. The revised edition of the best-selling introductory Java book Beginning Java has been thoroughly updated for the Java 2 platform and the JDK 1.2 release. The book still teaches Java from scratch, assuming only basic programming know-how and in a tutorial format, but it now takes a slightly different route through the Java class libraries.

Just Java 2.0

0.0/5 (0 votes cast)

Readers can cut to the chase with this new, updated "must have" guide to Java and object-oriented programming. "Just Java 2" contains all the essential information any programmer needs to get started with Java. The CD-ROM includes a huge amount of Java source code including many Java games, some physics applets (animation of an electric motor), translators for Java and many other languages including C/C++, Perl, TCL, Eiffel, Smalltalk, two mini-versions of Linux, Java bible code software, the Java Programmers FAQ and glossary, and much, much more.

This free book is a collection of notes and sample codes related to cryptography. Topics include DES algorithm, Blowfish algorithm, OpenSSL, RSA key-pair generation, public key certificate, self-signed certificate, certificate signing request, etc

Herong's Tutorial Notes On Java

0.0/5 (0 votes cast)

This free book is a collection of notes and sample codes related to Java. Topics include console, deadlock, execution environment, JVM, memory synchronization, syntax, thread, etc.

This free book is a collection of notes and sample codes related to varies data encoding algorithms and programs, including UUEnccode and Base64 encoding algorithm and their Java implementations.

This book describes the GB2312 character set. It provides a mapping table of all GB2312 characters, native codes, corresponding Unicode codes and UTF8 codes. It also provides a Java program that produces the mapping table.

"Java Tool Tutorials" is a free tutorial book based on notes and sample codes collected by the author while he was learning Java tools himself. Topics includes: book, breakpoint, class, classpath, debugging, free, import, java, javac, jar, jdb, J2SE, JDK, JPDA, notes, source, sourcepath, thread, tutorials. Key sections: 'javac' - The Java Compiler - "-sourcepath" - Specifying Source Path - "-d" - Specifying Output Directory - "import" Statements - 'java' - The Java Launcher - "-classpath" - Specifying Class Path - "-jar" - Executable JAR Files - "-X" Options to Control Memory Size - "javaw" - Launching Java Applications without Console - 'jdb' - The Java Debugger - Attaching "jdb" to Running Applications - Debugging Commands - Multi-Thread Debugging Exercise - JAR File Format and 'jar' Tool - JAR Files Are ZIP Files - Adding "manifest" to JAR Files - Using JAR Files in Class Paths - Creating Executable JAR Files