FreeTechBooks.com Homepage
FreeTechBooks.com
Free Online Computer Science and Programming Books, Textbooks, and Lecture Notes


 
Thinking in Java, 3rd Edition
Reply with quote
Thinking in Java, 3rd Edition

Author(s) : Bruce Eckel
Publication Date : December 6, 2002
ISBN : 0131002872
Pages : 1119
Publisher : Prentice Hall PTR

Book excerpts:

Perfect for migrating to Java from a fellow object-oriented language (such as C++), the second edition of Thinking in Java continues the earlier version's thoughtful approach to learning Java inside and out, while also bringing it up to speed with some of the latest in Java 2 features. This massive tutorial covers many of the nooks and crannies of the language, which is of great value in the programming world.

The most prominent feature of the book is its diligent and extremely thorough treatment of the Java language, with special attention to object design. (For instance, 10 pages of sample code show all of the available operators.) Some of the best thinking about objects is in this book, including when to use composition over inheritance. The esoteric details of Java in regard to defining classes are thoroughly laid out. (The material on interfaces, inner classes, and designing for reuse will please any expert.) Each section also has sample exercises that let you try out and expand your Java knowledge.

Besides getting the reader to think in objects, Thinking in Java also covers other APIs in Java 2. Excellent sections include an in-depth tour of Java's collection and stream classes, and enterprise-level APIs like servlets, JSPs, EJBs, and RMI. Weighing in at over 1,000 pages, any reader who is serious about learning Java inside and out will want to take a look at this superior resource on some of the latest and most advanced thinking in object design.

Interviews:

InformIT

Arrow Thinking in Java, 3rd Edition | 4th Edition (7 Sample Chapters)


Last edited by ndaru on Thu Mar 08, 2007 4:33 am; edited 2 times in total
View user's profileSend private message
Think in Java 3rd edition
Reply with quote
Hi ndaru,

Long time no see.
Btw, the 3rd edition is already available for download online.
While the 4th edition is going to be published for sale.
View user's profileSend private message
  
 Reply to topic