Search Books

The Java Tutorial Continued, w. CD-ROM: The Rest of the JDK (Java (Prentice Hall))

Author Mary Campione, Kathy Walrath, Alison Huml
Publisher Addison-Wesley Longman, Amsterdam
Category Computers
📄 Viewing lite version Full site ›
🌎 Shop on Amazon — choose country
⌛ 🇫🇷 France pricing being fetched… Prices will appear once fetched — usually within a few minutes.
Share:
Book Details
ISBN / ASIN0201485583
ISBN-139780201485585
CategoryComputers
MarketplaceFrance 🇫🇷

Description

Based on Sun Microsystems' online tutorials, The Java Tutorial Continued: The Rest of the JDK provides an up-to-the-minute guide to essential Java Development Kit (JDK) 1.2 features. This book provides material that is absolutely necessary for Java developers who are seeking to get up to speed with the latest release of Java.

The book begins with a summary of JDK 1.2 features covered throughout the text. It then moves on to the new JDK 1.2 collection classes, which, for the first time, give Java programmers access to robust, customizable data collections.

After a section on internationalization (also newly enhanced), the authors show how to use the Java 2D API for 2-D graphics, from creating basic graphics primitives to displaying images. The authors include some material on building JavaBeans and then discuss Java Database Connectivity (JDBC) database programming, including new JDBC 2 features such as batch updates and SQL3 data types. Sections on Java Remote Method Invocation (RMI) and Java servlets show off other ways to use Java in the enterprise.

For the real-world Java programmer, there is perhaps nothing more frustrating than coping with Java's security model. Several chapters within this book help you take advantage of the new JDK 1.2 security policy and cover signing Java Archive (JAR) files to permit local file access for both applets and applications. The book closes with some useful material on the Java Native Interface for mixing Java with native C/C++ code. --Richard Dragan