Head First Java¶
Authors: Kathy Sierra & Bert Bates
Overview¶
Best for beginners with an engaging visual approach. Makes learning Java fun and memorable.
Key Topics¶
- Breaking the Surface
- Classes and Objects
- Primitives and References
- Methods Use Instance Variables
- Writing a Program
- Get to Know the Java API
- Inheritance and Polymorphism
- Interfaces and Abstract Classes
- Constructors and Garbage Collection
- Numbers and Statics
- Exception Handling
- Getting GUI
- Saving Objects
- Networking and Threads
- Collections and Generics