Java Super Review

Paperback
from $0.00

Author: Randall Raus

ISBN-10: 0878913807

ISBN-13: 9780878913800

Category: Java Certification

Get all you need to know with Super Reviews! Each Super Review is packed with in-depth, student-friendly topic reviews that fully explain everything about the subject. The Java Super Review covers java fundamentals, java applets and applications, object-oriented programming, and more! Take the Super Review quizzes to see how much you've learned - and where you need more study. Makes an excellent study aid and textbook companion. Great for self-study!\ DETAILS\ - From cover to cover, each...

Search in google:

Get all you need to know with Super Reviews! Each Super Review is packed with in-depth, student-friendly topic reviews that fully explain everything about the subject. The Java Super Review covers java fundamentals, java applets and applications, object-oriented programming, and more! Take the Super Review quizzes to see how much you've learned - and where you need more study. Makes an excellent study aid and textbook companion. Great for self-study!DETAILS- From cover to cover, each in-depth topic review is easy-to-follow and easy-to-grasp - Perfect when preparing for homework, quizzes, and exams!- Review questions after each topic that highlight and reinforce key areas and concepts- Student-friendly language for easy reading and comprehension- Includes quizzes that test your understanding of the subject- Includes CD-ROM containing sample code and JAVA SDK

What This Book Will Do For You...\ REA's SUPER REVIEWS provides all you need to know to excel in class and succeed on midterms, finals, and even pop quizzes.\ Think of this book as giving you access to your own private tutor. Here, right at your fingertips, is a brisk review to help you not only understand your textbook but also pick up where even some of the best lectures leave off.\ Outstanding features include...\ - Comprehensive yet concise coverage\ - Targeted preparation for subject tests\ - Easy-to-follow & format that helps you master the subject matter\ - End-of-chapter quizzes that provide pretest tune-up\ We think you'll agree that, whether you're prepping for your next test or want to be a stronger contributor in class, REA's truly provides all you need to know!\ Larry B. Kling Super Review Program Director

1 INTRODUCTION\ 2 FUNDAMENTALS OF THE JAVA LANGUAGE\ 2.1 Java Tokens\ 2.1.1 Identifiers\ 2.1.2 Keywords\ 2.1.3 Operators\ 2.1.4 Separators\ 2.1.5 Literals\ 2.1.6 Comments\ 2.2 Data Types\ 2.2.1 Variable Declarations\ 2.2.2 Scope of a Local Variable Identifier\ 2.2.3 Arrays\ 2.3 Evaluating Expressions\ 2.3.1 Type Conversion\ 2.4 Control Structures\ 2.4.1 Conditional Statements\ 2.4.2 Looping Statements\ 2.5 A Simple Application Program\ 3 OBJECT-ORIENTED PROGRAMMING\ 3.1 Classes\ 3.1.1 Class Declarations\ 3.1.2 Class Variables\ 3.2 Methods\ 3.2.1 Overloading and Overriding of Methods\ 3.2.2 Constructors\ 3.2.3 Polymorphism\ 3.3 The Java Package\ 3.3.1 Import Statements\ 3.4 Example of an Application Program\ 3.5 Interfaces\ 3.6 Nested Classes\ 3.6.1 Static Nested Classes and Interfaces\ 3.6.2 Inner Classes\ 3.6.3 Local Classes\ 4 EXCEPTION HANDLING, I/O STREAMS, AND THREADS\ 4.1 Exception Handling\ 4.1.1 User-Defined Exceptions\ 4.1.2 Handling a Thrown Exception\ 4.2 Input/Output Streams\ 4.2.1 Input/Output (Byte) Streams\ 4.2.2 Second Level of Input and Output (Byte) Stream Hierarchy\ 4.2.3 (Byte) Stream Hierarchy Filter Streams - Third Level of Input and Output\ 4.2.4 Standard Input/Output Device Streams\ 4.2.5 Working with Files and Streams To and From Files\ 4.2.6 Reader and Writer (char) Streams\ 4.3 Threads\ 4.3.1 An Example of the Use of Threads by an Application\ 5 JAVA CLASS LIBRARIES\ 5.1 The java.lang Package\ 5.1.1 Thread Class\ 5.2 The java.awt Package\ 5.2.1 The Java 1.0 Event Model\ 5.2.2 The Java 1.1 Event Model\ 5.2.3 The LayoutManager Interface\ 5.2.4 AWT Component Graphics\ 5.3 The java.net Package\ 5.3.1 Sockets\ 5.3.2 Uniform Resource Locators (URLs)\ 5.4 The java.util Package\ 6 JAVA APPLETS\ 6.1 Hypertext Markup Language (HTML)\ 6.1.1 Use of URLs in Accessing HTML Documents\ 6.1.2 Applets and HTML Tags\ 6.2 Building Applets for the Web\ 6.2.1 An Applet That Traverses the Web\ 6.2.2 An Animation Applet\ 6.2.3 Animation Flicker\ 7 JAVA APPLICATIONS\ 7.1 Source Filenames, The Main Method, and Invoking the Compiler and Interpreter\ 7.2 Processing Application Program Events\ 7.2.1 More on Java 1.1 Event Processing\ 7.2.2 Implementing Event Listeners With Local Classes\ 7.3 An Example Application: Convert\ 8 ADVANCED TOPICS: CUSTOM COMPONENTS, JAVA BEANS, AND JAVA SWING\ 8.1 Custom Components\ 8.1.1 Design Strategies for Custom Components\ 8.1.2 Example of a Custom Component\ 8.2 Java Beans\ 8.2.1 Levels of Bean Programmers\ 8.2.2 Bean Properties\ 8.2.3 JavaBeans Application Programming Interface (API)\ 8.2.4 Bean Design Phase\ 8.2.5 Accessing Bean Properties\ 8.2.6 Bound Properties\ 8.2.7 Converting a Custom GUI Component to a Bean\ 8.2.8 Specification of Bean Information\ 8.3 Java Swing Components\ 8.3.1 JFrame - Improved from AWT Frame Counterpart\ 8.3.2 JTabbed Pane - New Component Type\ 8.3.3 JButton - Improved from AWT Button Counterpart\ 8.3.4 New Swing Components - Toggle Buttons, Radio Buttons, Combo Boxes, and Toolbars