HAPPY BOOKSGIVING
Use code BOOKSGIVING during checkout to save 40%-55% on books and eBooks. Shop now.
Register your product to gain access to bonus material or receive a coupon.
Adobe® Digital Editions software.
This eBook requires the freeBefore downloading this DRM-encrypted PDF, be sure to:
This book helps readers pass the Java certification exams by mapping the content directly to the exams' objectives. This feature helps readers quickly and easily understand test objectives, which maximizes their study time. This book is technically accurate and satisfies the reader's primary objective: to pass the exam. It meets these needs with Objective Explanations, Case Studies, Lab and Step-by-Step Exercises, Multiple Self-Assessment Opportunities, Study Strategies, Exam Tips, Review Breaks and Summaries, Key Terms, Notes, Warnings, and Fast Facts.
I. BECOMING A SUN CERTIFIED JAVA 2 PROGRAMMER.
1. Overview of the Java Programmer Exam.Introduction. What the Exam Covers. How the Exam Is Given. Being a Great Programmer Is Not Enough. How to Prepare for the Exam. How to Take the Exam.
2. Language Fundamentals.Introduction. The Structure of Java Programs. Identifying Packages. Importing Classes and Interfaces from Other Packages. The main() Method. Comments. Identifiers and Keywords. Primitive Types and Literal Values.
3. Operators and Assignments.Introduction. Java Operators. Bitwise Operators. Shift Operators. Comparison Operators. Logical Operators. Assignment Operators. The Cast Operator. The Ternary Operator. Operator Precedence and Order of Evaluation.
4. Declarations and Access Control.Introduction. Declaring and Using Variables. Declaring and Using Methods. Declaring Initializers. Access Modifiers. Other Modifiers.
5. Flow Control and Exception Handling.Introduction. Java Statements. Selection Statements. Iteration Statements. Throwing and Catching Exceptions.
6. Overloading, Overriding, Runtime Type, and Object Orientation.Introduction. Object-Oriented Programming and Java. Object Composition and Reuse. Declaring Classes. Constructors. Declaring Interfaces. Inner and Anonymous Classes. Overloading Methods. Overriding Methods.
7. Garbage Collection.Introduction. What Is Garbage Collection? How Does the Garbage Collector Work? When Is an Object Subject to Garbage Collection? How Is Finalization Performed?
8. Threads.Introduction. How Multithreading Works. Creating Threads. Thread States. Scheduling. Sleeping and Waking. Stopping, Suspending, and Resuming. Blocking on I/O. Synchronization. Waiting and Notifying.
9. The java.lang Package.Introduction. The Object, Class, and Package Classes. The ClassLoader, SecurityManager, Runtime, and RuntimePermission Classes. The System Class. The Wrapped Classes. The Math and StrictMath Classes. The Comparable Interface. The String and StringBuffer Classes. Threads and Processes. The Compiler Class. Exceptions and Errors. The Void Class.
10. The java.util Package.Introduction. The Classes and Interfaces of the java.util Package. The Collections API. Date and Calendar-Related Classes. Internationalization Classes. Other java.util Classes and Interfaces.
11. The java.awt Package: Components and Facilities.Introduction. Components and Containers. AWT Components. AWT Containers. Menus.
12. The java.awt Package: Layout.Introduction. Working with Layout Managers. Using Layouts. Layout Managers, Layout Policies, and Containers. Absolute Positioning.
13. The java.awt Package: Event Handling.