Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Core Java 2, Volume I - Fundamentals, 7 Edition (repost)

Posted By: arundhati
Core Java 2, Volume I - Fundamentals, 7 Edition (repost)

Cay Horstmann, Gary Cornell, "Core Java 2, Volume I - Fundamentals, 7 Edition"
2004 | ISBN-10: 0131482025 | 784 pages | CHM | 6 MB

Completely revised and up-to-date coverage of

- Generic programming, restrictions and limitations, type bounds, wilcard types, and generic reflection
- Swing GUI development, including input validation and other enhancements
- Exception handling and debugging, including chained exceptions, stack frames, assertions, and logging
- Streams and files, the new I/O API, memory-mapped files, file locking, and character set encoders/decoders
- Regular expressions using the powerful java.util.regex package
- Inner classes, reflection, and dynamic proxies
- Application packaging and the Preferences API

The seventh edition of Core JavaT 2, Volume I, covers the fundamentals of the Java 2 Platform, Standard Edition (J2SET). A no-nonsense tutorial and reliable reference, this book features thoroughly tested real-world examples. The most important language and library features are demonstrated with deliberately simple sample programs, but they aren't fake and they don't cut corners. More importantly, all of the programs have been updated for J2SE 5.0 and should make good starting points for your own code. You won't find any toy examples here. This is a book for programmers who want to write real code to solve real problems.

Volume I concentrates on the fundamental concepts of the Java language, along with the basics of user-interface programming and provides detailed coverage of

- Object-oriented programming
- Reflection and proxies
- Interfaces and inner classes
- The event listener model
- Graphical user-interface design with the Swing UI toolkit
- Exception handling
- Stream input/output and object serialization
- Generic programming