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 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
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
* 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
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
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
"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