Core Java for the impatient
(2025)

Nonfiction

Book

Call Numbers:
005.133/JAVA/HORSTMANN,C

Availability

Locations Call Number Status
Adult Nonfiction 005.133/JAVA/HORSTMANN,C Available

Details

PUBLISHED
Hoboken, New Jersey : Addison-Wesley, [2025]
©2025
EDITION
Fourth edition
DESCRIPTION

xviii, 483 pages : illustrations ; 23 cm

ISBN/ISSN
9780135404546, 0135404541 :, 0135404541, 9780135404546
LANGUAGE
English
NOTES

Includes index

Fundamental programming structures -- Object-oriented programming -- Interfaces and lambda expressions -- Inheritance and reflection -- Exceptions, assertions, and logging -- Generic programming -- Collections -- Streams -- Processing input and output -- Concurrent programming -- Annotations -- The Java platform module system

Modern Java introduces major enhancements that impact the core Java technologies 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 yet concise 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 indispensable 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