Course subjects
1. Course Introduction
Course Objectives
Course Overview
Using the Workbook
Suggested References
2. Getting Started with Java
3. Eclipse
Introduction to Eclipse
Installing Eclipse
Running Eclipse for the First Time
Editors, Views, and Perspectives
Setting up a Project
Creating a New Java Application
Running a Java Application
Debugging a Java Application
Importing Existing Java Code into Eclipse
4. Language Fundamentals
A Java Program
If Statements
Switch Statements
Loop Statements
Syntax Details
Primitive Datatypes
Variables
Expressions in Java
Strings
Arrays
Enhanced for Loop
5. Objects and Classes
6. Using Java Objects
Printing to the Console
printf Format Strings
StringBuilder and StringBuffer
Methods and Messages
toString
Parameter Passing
Comparing and Identifying Objects
Destroying Objects
The Primitive-Type Wrapper Classes
Enumerated Types
7. Inheritance in Java
Inheritance
Inheritance in Java
Casting
Method Overriding
Polymorphism super
The Object Class
8. Advanced Inheritance and Generics
Abstract Classes
Interfaces
Using Interfaces
Collections
Generics
Comparable
9. Packages
Packages
The import Statement
Static Imports
CLASSPATH and Import
Defining Packages
Package Scope
10. Exception Handling
11. Input/Output Streams
12. Core Collection Classes
The Collections Framework
The Set Interface
Set Implementation Classes
The List Interface
List Implementation Classes
The Queue Interface
Queue Implementation Classes
The Map Interface
Map Implementation Classes
13. Collection Sorting and Tuning
14. Inner Classes
Inner Classes
Member Classes
Local Classes
Anonymous Classes
Instance Initialisers
Static Nested Classes
15. Introduction to Swing
AWT and Swing
Displaying a Window
GUI Programming in Java
Handling Events
Arranging Components
A Scrollable Component
Configuring Components
Menus
Using the JFileChooser
16. Swing Events and Layout Managers
17. Introduction to JDBC
18. JDBC SQL Programming
19. Appendix A: Introduction to Threads
20. Appendix B: Thread Synchronisation and Concurrency
21. Appendix C: Advanced JDBC
JDBC SQL Escape Syntax
The execute() Method
Batch Updates
Updateable Result Sets
Large Objects
Working with Savepoints
RowSets
CachedRowSet
DataSources
22. Appendix D: Eclipse Shortcuts