Using Java 2 Standard Edition (Special Edition Using)

EAN/UPC/ISBN Code 29236724689, 9780789724687

Marke Que

Hersteller Que Corporation

Special Edition: Using Java 2 Standard Edition puts an all-inclusive tutorial on desktop Java development into your hands in one big volume. Chock-full of examples and tips, this one-stop source for learning Java will suit the needs of beginning or intermediate Java developers. This massive, comprehensive guide to Java, weighing in at over 1,100 pages, is dedicated to the principle that more is more. Beginning with basic Java syntax and keywords, the fundamentals of Java are examined in a tour of the basics that is probably as good as any available--in that it mentions important object-oriented design principles early on without getting bogged down in jargon. The book also manages to integrate some Unified Modeling Language (UML)--particularly class diagrams--throughout, making this an up-to-date and effective guide to object-oriented design. Sections on built-in core Java classes for strings, threads, and collections (centering on the new collection classes from Java 2 onward) help build basic Java skills. The book does a good job of exploring user interface design and graphics under both the older Abstract Window Toolkit (AWT) and the new Swing classes. The solid tour of basic image processing and the nicely meticulous tour of user interface components are especially good. Advanced programmers will benefit from the material on the JFC Accessibility APIs; drag-and-drop functionality; and Java Media Framework API (JMF), which permits video and sound streaming. Later sections move on to coverage of network, I/O, and database programming, including a clear explanation of the (sometimes confusing) support for Java streams. Later chapters on JDBC cover the basics while highlighting new features in Java 2 (which permit updating records, for instance). For advanced developers, a closing section on the powerful Java support for reflection (which allows code to "inspect" Java classes at run time and call methods dynamically) rounds out this capable tour. All in all, this text covers virtually all the topics that Java beginners will need in order to use its core features effectively--and, if you"re in a hurry, you can read chapter by chapter. --Richard Dragan Topics covered:Introduction to object-oriented programming and the Unified Modeling Language (UML) Java as a programming language A basic "Hello, World" program in Java In-depth basic language tutorial (including data types, operators, expressions, and control flow statements) Basic class design in Java (variables and methods, inner classes, and packages) String and text processing Java interfaces JDK 1.0 and JDK 1.2 collection classes Java threads and synchronization techniques The Java Foundation Classes (JFC) Basic user interface programming with the Abstract Window Toolkit (AWT) and Swing The JFC Accessibility APIs AWT and Java 2D graphics tutorial Drag-and-drop and clipboard programming with JFC Introduction to the Java Media Framework API (JMF) Java I/O with files Streams and object serialization Java networking basics (using TCP/IP and sockets, UDP, and handling URLs) Java internationalization and locale support JAR files (deployment and security issues) Beginning and advanced database programming with JDBC 2.0 Reflection and class inspection Working with JavaBeans for custom UI components Reference for setting up the Sun JDK Guide to Java tools Sun"s HotSpot compiler and other JDK 1.3 performance enhancements