Join Books.org — it's free

Core Java 2: Fundamentals, Vol. 1 by Cay S. Horstmann — book cover
Programming Tools, Java (Programming Language)

Core Java 2: Fundamentals, Vol. 1

by Cay S. Horstmann, Gary Cornell
Write a review
Log in to track your reading progress.

Overview

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 Java™ 2, Volume I, covers the fundamentals of the Java 2 Platform, Standard Edition (J2SE™). 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

For the same real-world treatment of enterprise features and advanced user-interface programming, look for the forthcoming new edition of Core Java™ 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

Synopsis

Horstmann (San Jose State University) introduces Java's syntax language, the object-oriented concepts of encapsulation and inheritance, the event model of the abstract window toolkit, the Swing GUI toolkit, applets, and exception handling. Volume II addresses enterprise and advanced user interface features. Previous experience with another programming language is recommended. The seventh edition covers JDK 5.0 and adds a chapter on generic programming Annotation ©2004 Book News, Inc., Portland, OR

About the Author, Cay S. Horstmann

Cay S. Horstmann is a professor of computer science at San Jose State University. Previously he was vice president and chief technology officer of Preview Systems Inc. and a consultant on C++, Java, and Internet programming for major corporations, universities, and organizations.

Gary Cornell has written or cowritten more than twenty popular computer books. He has a Ph.D. from Brown University and has been a visiting scientist at IBM Watson Laboratories, as well as a professor at the University of Connecticut.

Reviews

There are no reviews yet. Log in to write one.

Book Details

Published
August 1, 2004
Publisher
Prentice Hall
Pages
762
Format
Paperback
ISBN
9780131482029

More by Cay S. Horstmann

Similar books