This eBook includes the following formats, accessible from your Account page after purchase:
EPUB
The open industry format known for its reflowable content and usability on supported mobile devices.
PDF
The popular standard, used most often with the free Acrobat® Reader® software.
This eBook requires no passwords or activation to read. We customize your eBook by discreetly watermarking it with your name, making it uniquely yours.
An Essential Guide to the Core Language and Libraries--Updated for Java 21
Modern Java introduces major enhancements that impact the core language and APIs at the heart of the Java platform. Many old Java idioms are no longer needed, and new features and programming paradigms can make you far more effective. However, navigating these changes can be challenging.
Core Java for the Impatient, Fourth Edition, is a complete guide that reflects all changes through Java SE 21, Oracle's latest Long-Term Support (LTS) release. Written by Cay S. Horstmann--author of the classic two-volume Core Java--this concise tutorial offers a faster, easier pathway for learning modern Java.
Horstmann covers everything working developers need to know, including the powerful concepts of lambda expressions and streams, modern constructs such as records and sealed classes, and sophisticated concurrent programming techniques. Given the size and scope of Java 21, there's plenty to cover, but it's presented in small chunks organized for quick access and easy understanding, with plenty of practical insights and sample code to help you quickly apply all that's new.
Whether you're an experienced developer just getting started with modern Java or have been programming with Java for years, this guide will help you write more robust, efficient, and secure Java code.
Core Java for the Impatient provides accessible coverage of Java features that will enable readers to
Please visit the author's site at horstmann.com/javaimpatient for more information as well as source code for the examples in the book.
Preface
Acknowledgments
Chapter 1: Fundamental Programming Structures
Chapter 2: Object-Oriented Programming
Chapter 3: Interfaces and Lambda Expressions
Chapter 4: Inheritance and Reflection
Chapter 5: Exceptions, Assertions, and Logging
Chapter 6: Generic Programming
Chapter 7: Collections
Chapter 8: Streams
Chapter 9: Processing Input and Output
Chapter 10: Concurrent Programming
Chapter 11: Annotations
Chapter 12: The Java Platform Module System
Index
