Short description: This Java book is a collection of notes and sample codes written by the author while he was learning Java himself. It covers topics related Java language core features and classes provided in the java.lang.* package: array, bit, byte, deadlock, expression, main method, synchronization, string, thread.
Long description: This Java book is a collection of notes and sample codes written by the author while he was learning Java himself. It covers topics related Java language core features and classes provided in the java.lang.* package: array, bit, byte, deadlock, expression, main method, synchronization, string, thread.
Key sections include:
Installing Java SE;
Installing J2SDK 1.4.1 on Windows 2000 -
Execution of Java Programs -
Execution Environment -
Threads and Thread Groups -
Synchronization and Deadlock