Book description
Java has quickly become one of the most important languages in programming, particularly for professional and enterprise-level projects. From its infancy as a language primarily used for web applets to its maturity through servlets, Enterprise JavaBeans, and database access, Java has become a complex and robust tool for today's developer.Hardcore Java takes this language and breaks it apart, piece by piece, revealing the important secrets and tricks that will take you from a junior-level programmer to a seasoned and expert developer. You'll fly through the fundamentals and quickly find yourself learning about advanced memory management techniques, optimization and bytecode-level enhancements, and the techniques required to build lightning-fast GUIs. Throughout the book, you'll also master the art of writing and maintaining bulletproof and error-proof code, all while grasping the intricacies of the Java language.Hardcore Java covers:
- Use of the final keyword to optimize and protect your Java classes.
- Complete and thorough coverage of all types of nested classes, including how to optimize anonymous and inner classes.
- Detailed discussion of immutable objects, including unique tips on when to use them (and when not to).
- Elimination of bugs through exception-handling management.
- In-depth studies of constants, including their impact on the Java memory model.
- The most thorough discussion of reflection in print, moving far beyond other books' "Hello World" coverage.
- Construction and use of dynamic proxies, in both Java Standard and Enterprise editions.
- Expansive coverage of weak references, including usage patterns and their role in garbage collection and memory management.
Publisher resources
Table of contents
- A Note Regarding Supplemental Files
- Preface
- 1. Java in Review
- 2. The Final Story
- 3. Immutable Types
- 4. Collections
- 5. Exceptional Code
- 6. Nested Classes
- 7. All About Constants
- 8. Data Modeling
- 9. Practical Reflection
- 10. Proxies
- 11. References in Four Flavors
- 12. Tiger: JDK 1.5
- About the Author
- Colophon
- Copyright
Product information
- Title: Hardcore Java
- Author(s):
- Release date: March 2004
- Publisher(s): O'Reilly Media, Inc.
- ISBN: 9780596005689
You might also like
article
Run Llama-2 Models Locally with llama.cpp
Llama is Meta’s answer to the growing demand for LLMs. Unlike its well-known technological relative, ChatGPT, …
article
Use Github Copilot for Prompt Engineering
Using GitHub Copilot can feel like magic. The tool automatically fills out entire blocks of code--but …
book
Java™ Application Development on Linux®
Linux is the fastest-growing Java development platform because it saves money and time by serving as …
book
Java Programming with Oracle JDBC
JDBC is the key Java technology for relational database access. Oracle is arguably the most widely …