I really love this book, it has been useful for me at work.It helps you covering the gaps on Java basics and gives you good real world advises.The Multithreading chapter walks you thru from a simple threaded application to a thread pool app. Does go in deep on Threadpooling but gives you enough to g
Core Java 2: Advanced Features
โ Scribed by Cay Horstmann, Gary Cornell
- Publisher
- Prentice Hall PTR
- Year
- 2001
- Tongue
- English
- Leaves
- 1232
- Edition
- 5
- Category
- Library
No coin nor oath required. For personal study only.
โฆ Synopsis
Ask any experienced Java programmer: Core Java delivers real-world guidance for accomplishing even the most challenging tasks. That's why it's been an international best seller for five straight years. Now fully updated for Sun's brand-new JDK 1.3, Core Java, Volume 2, Fifth Edition offers all-new discussions of XML and servlets, plus thoroughly revamped coverage of many advanced features -- from collections to native methods, security to Swing. Cay Horstmann begins with thoroughly updated coverage of JDK 2 Version 1.3 multithreading, collections, and networking. He presents a detailed chapter on advanced database integration utilizing the JDBC API; completely revised coverage of remote objects; advanced techniques for utilizing JavaBeans; and much more. The book contains advanced techniques for building GUIs with both AWT and Swing; internationalizing software; and leveraging the latest Java security model. The CD-ROM contains complete source code examples, JDK 1.3, Forte for Java, Community Edition, and more.
๐ SIMILAR VOLUMES
* The experienced developer's advanced guide to the Java 2 platform-fully updated for JDK 1.3 release and JDK 1.4 release, Standard Edition. * Even more robust, real-world code samples than ever before! * New and revamped coverage: XML, security, networking, multithreading, collections, remote
This is an excellent handbook, guide you through concept with good examples. As a server-side developer, I am working on some Swing code, after searching lots of articles and books, I find this book gives me best guide.