Core Java for the Impatient, 3rd edition

Published by Addison-Wesley Professional (September 29, 2022) © 2023

  • Cay S. Horstmann San Jose State
Products list
Products list

This product is expected to ship within 10-12 business days for New Zealand customers

Title overview

Clear, concise guide to the core language and libraries - Updated through Java 17

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, is a complete yet concise guide that reflects all changes through Java SE 17, 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 17, there's plenty to cover, but it's presented in small chunks organised for quick access and easy understanding, with plenty of practical insights and sample code to help you quickly apply all that's new.

  • Test code as you create it with JShell
  • Improve your object-oriented design with records and sealed classes
  • Effectively use text blocks, switch expressions, and pattern matching
  • Understand functional programming with lambda expressions
  • Streamline and optimise data management with the Streams API
  • Use modern library features and threadsafe data structures to implement concurrency reliably
  • Work with the modularised Java API and third-party modules
  • Take advantage of API improvements for working with collections, input/output, regular expressions, and processes
  • Learn the APIs for date/time processing and internationalisation

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.

Table of contents

  • 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 Date and Time API
  • Chapter 13: Internationalization
  • Chapter 14: Compiling and Scripting
  • Chapter 15: The Java Platform Module System

Need help?Get in touch