Book description
Quickly find solutions to dozens of common programming problems encountered while building Java applications, with recipes presented in the popular problem-solution format. Look up the programming problem that you want to resolve. Read the solution. Apply the solution directly in your own code. Problem solved!
Java 17 Recipes is updated to reflect changes in specification and implementation since the Java 9 edition of this book. Java 17 is the next long-term support release (LTS) of the core Java Standard Edition (SE) version 17 which also includes some of the features from previous short term support (STS) releases of Java 16 and previous versions.
This new edition covers of some of the newest features, APIs, and more such as pattern matching for switch, Restore Always-Strict-Floating-Point-Semantics, enhanced pseudo-random number generators, the vector API, sealed classes, and enhancements in the use of String. Source code for all recipes is available in a dedicated GitHub repository.This must-have reference belongs in your library.
What You Will Learn
- Look up solutions to everyday problems involving Java SE 17 LTS and other recent releases
- Develop Java SE applications using the latest in Java SE technology
- Incorporate Java major features introduced in versions 17, 16, and 15 into your code
Who This Book Is For
Programmers and developers with some prior Java experience.
Table of contents
- Cover
- Front Matter
- 1. Getting Started with Java 17
- 2. Enhancements from Java 9 Through Java 17
- 3. Strings
- 4. Numbers and Dates
- 5. Object-Oriented Java
- 6. Lambda Expressions
- 7. Data Sources and Collections
- 8. Input and Output
- 9. Exceptions and Logging
- 10. Concurrency
- 11. Unicode, Internationalization, and Currency Codes
- 12. Working with Databases
- 13. Java Web Applications
- 14. Email
- 15. JSON and XML Processing
- 16. Networking
- Back Matter
Product information
- Title: Java 17 Recipes: A Problem-Solution Approach
- Author(s):
- Release date: February 2022
- Publisher(s): Apress
- ISBN: 9781484279632
You might also like
book
Hands-On Software Architecture with Java
Build robust and scalable Java applications by learning how to implement every aspect of software architecture …
book
The Complete Coding Interview Guide in Java
Explore a wide variety of popular interview questions and learn various techniques for breaking down tricky …
book
Spring Boot Persistence Best Practices: Optimize Java Persistence Performance in Spring Boot Applications
This book is a collection of developer code recipes and best practices for persisting data using …
book
Java Coding Problems
Develop your coding skills by exploring Java concepts and techniques such as Strings, Objects and Types, …