Description
The book you are referring to, **”Java: The Complete Reference, Seventh Edition”**, is written by **Herbert Schildt**. This book is a comprehensive guide to learning Java, aimed at both beginners and experienced programmers. It covers all aspects of the Java programming language and its libraries, as well as object-oriented programming concepts.
Here’s a summary of what the **Seventh Edition** includes:
1. **Java Language Basics**:
– Covers core Java features, syntax, and programming concepts.
– Detailed explanations of variables, data types, and operators.
2. **Object-Oriented Programming**:
– Covers the fundamentals of OOP in Java, such as inheritance, polymorphism, encapsulation, and abstraction.
3. **Java API and Libraries**:
– Comprehensive coverage of the Java Standard Library, including classes for input/output (I/O), data structures, and networking.
4. **New Features (Java 7)**:
– Discusses features introduced in Java 7, including the try-with-resources statement, the diamond operator, and improvements to the Java Virtual Machine (JVM).
5. **Multithreading and Concurrency**:
– Detailed explanations of creating multithreaded applications using Java’s concurrency features.
6. **Exception Handling**:
– Covers how to handle errors and exceptions in Java effectively.
7. **GUI Programming**:
– Introduction to Java’s Swing library for creating graphical user interfaces (GUIs).
8. **Java 7 New Features**:
– Features in Java 7 such as the “try-with-resources” statement and the catch block improvements are well-explained in this edition.
This edition is a great resource for developers looking to master Java programming in its standard form, and it’s updated with the newest features available in Java 7.
Reviews
There are no reviews yet.