Description
The three books in the Java series aim to give the learner a deep understanding of the Standard Edition (SE) Application Programming Interface (API) of the Java programming language. The series begins with an introduction to the basic concepts of Java objects and concludes with an exploration of the development of Java programmes that employ a graphical user interface to the business logic of a Java application.
Content
The Input/Output Package
- An Introduction to Steams
- Categories of Streams and their Classes
- Using Streams
- Object Streams
- Files and File I/O
- Data Streams
- Summary of Streams
Collecting Data II
- The Java Collections Framework
- The Core Collection Interfaces
- Implementation Types
- Operations, Methods, Iterators and Algorithms
- Generics and the Collections Framework
- Collections in the Themed Application
- Summary of the Java Collections Framework
User Interfaces
- What is a User Interface?
- Client/Server Applications
- The Construction of User Interfaces
- A Visual Approach to GUI Design
- Activating User Interface Components
- The GUI for the Themed Application
- Summary of Event Handling
Concurrency with Threads
- An Introduction to Threads
- Creating Threads
- Using Threads in Java Applications
- Summary of Threads