Ebooks
Java How to Program (6th Edition) (How to Program (Deitel))
Torrent info
Torrent Files List
Torrent description
Extensively revised for the latest Java (J2SE 5.0) release; Deitel Java How to Program, 6/e now includes earlier coverage of objects; new and streamlined case studies; and OPTIONAL GUI and graphics sections.
Features in Java How to Program, 6/e
This new edition contains many new and enhanced features including:
Updated for the Java 2 Platform Standard Edition 5.0 (J2SE 5.0)
We updated entire text to reflect the latest release of J2SE 5.0. New topics include:
- obtaining formatted input with class Scanner
- displaying formatted output with the System.out object's printf method
- using enhanced for statements to process array elements and collections
- declaring methods with variable-length argument lists ("varargs")
- using enum classes that declare sets of constants
- importing the static members of one class for use in another
- converting primitive-type values to type-wrapper objects and vice versa using autoboxing and auto-unboxing, respectively
- using generics to create general models of methods and classes that can be declared once, but used with many different data types
- using the generics-enhanced data structures of the Collections API
- using the Concurrency API to implement multithreaded applications
- using JDBC RowSets to access data in a database
ISBN: 0131483986
Publisher: Prentice Hall
Date: 04 August, 2004
Author: Harvey M. Deitel, Paul J. Deitel