๐”– Bobbio Scriptorium
โœฆ   LIBER   โœฆ

Core Java 2 Volume I - Fundamentals

โœ Scribed by Cay S. Horstmann, Gary Cornell


Book ID
127446496
Publisher
Prentice Hall PTR
Year
2004
Tongue
English
Weight
6 MB
Series
Core Series
Edition
7
Category
Library
ISBN-13
9780131482029

No coin nor oath required. For personal study only.

โœฆ Synopsis


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 APIThe 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 SwingUI toolkit * Exception handling * Stream input/output and object serialization * Generic programmingFor the same real-world treatment of enterprise features and advanced user-interface programming, look for the forthcoming new edition of Core JavaT 2, Volume II-Advanced Features.It includes new sections on metadata and other J2SE 5.0 enhancements along with complete coverage of: Multithreading โ€ข Distributed objects โ€ข Databases โ€ข Advanced GUI components โ€ข Native methods โ€ข XML Processing โ€ข Network programming โ€ข Collection classes โ€ข Advanced graphics โ€ข Internationalization โ€ข JavaBeans


๐Ÿ“œ SIMILAR VOLUMES


Core Java 2: Fundamentals Volume 1
โœ Cay Horstmann, Gary Cornell ๐Ÿ“‚ Library ๐Ÿ“… 2000 ๐Ÿ› Prentice Hall PTR ๐ŸŒ English โš– 8 MB

The experienced developer's guide to Java programming - now fully updated for JDK 1.3. Completely revised coverage of object-oriented development and Swing classes. More of the robust code examples professional programmers need. CD-ROM includes all source code, J2SE Version 1.3, Forte for Java Commu

Core Java 2: Fundamentals Volume 1
โœ Cay Horstmann, Gary Cornell ๐Ÿ“‚ Library ๐Ÿ“… 2005 ๐ŸŒ English โš– 3 MB

The best-selling guide for serious programmers of Java technology-fully updated for the Java 1.4 SDK! * The experienced developer's guide to the Java program environment-now fully updated for the Java(tm) 1.4 SDK. * New coverage: regular expressions, New I/O, assertions, Preferences, Swing enh

Core Java 2. Advanced Features Volume 2
โœ Horstmann C.S., Cornell G. ๐Ÿ“‚ Library ๐Ÿ“… 2001 ๐Ÿ› Prentice Hall PTR ๐ŸŒ English โš– 8 MB

* 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

Core Javaโ„ข 2 Volume II - Advanced Featur
โœ Cay S. Horstmann, Gary Cornell ๐Ÿ“‚ Library ๐Ÿ“… 2004 ๐Ÿ› Prentice Hall ๐ŸŒ English โš– 8 MB

Completely revised and up-to-date coverage of * Multithreading-including the java.util.concurrent library, locks, condition objects, futures, thread pools, thread-safe collections, threads and Swing * Collection classes-collections framework, concrete collections, and generic utility methods

Java 2 Core Language Little Black Book
โœ Alain Trottier ๐Ÿ“‚ Library ๐Ÿ“… 2002 ๐Ÿ› Paraglyph Press ๐ŸŒ English โš– 3 MB

The Java 2 Core Language Little Black Book is a compact, detailed reference for intermediate to experienced programmers and managers who are ready to learn how to build Java programs. The book features a logical, sequential approach with concise overviews and step-by-step, ready-to-use solutions cre

Patterns of Java Volume 2
โœ Grand M. ๐Ÿ“‚ Library ๐Ÿ“… 1999 ๐ŸŒ English โš– 10 MB

"This is the best book on patterns since the Gang of Four's Design Patterns. The book manages to be a resource for three of the most important trends in professional programming: Patterns, Java, and UML." -Larry O'Brien, Founding Editor, Software Development, on Patterns in Java, Volume 1Picking up