
Java 23. Key Concepts in Brief
by Sergio Petrucci
Publisher: Petrucci Books 2024
Number of pages: 64
Description:
This book offers a concise guide to key concepts in Java 23, covering updates in Java Language, APIs, performance, and JDK tools. Notable features include Simplified Module Imports, improved beginner-friendliness, enhanced concurrency, scoped values, flexible constructors, Markdown in JavaDoc, ZGC generational mode, updates in annotation processing, security enhancements, performance optimizations, and legacy feature removal.
Download or read it online for free here:
Download link
(multiple formats)
Similar books
Java: Classes in Java Applicationsby David Etheridge - BookBoon
This volume is the second part of the 'Java'-series written by David Etheridge. This book gives the reader an introduction to Documentation, Abstract and Parent classes, Inheritance, Error in Java, Java Interfaces and much more.
(19832 views)
Programming Neural Networks with Encog3 in Javaby Jeff Heaton - Heaton Research
The book is an introduction to Neural Networks and Artificial Intelligence. Neural network architectures, such as the feedforward, Hopfield, and self-organizing map architectures are discussed. Training techniques are also introduced.
(21095 views)
Practical Artificial Intelligence Programming in Javaby Mark Watson - Lulu.com
The book uses the author's libraries and the best of open source software to introduce AI (Artificial Intelligence) technologies like neural networks, genetic algorithms, expert systems, machine learning, and NLP (natural language processing).
(28323 views)
Java Persistenceby James Sutherland, Doug Clarke - Wikibooks
Java persistence could be defined as storing anything to any level of persistence using the Java programming language. This book is focused on storing Java objects to relational databases, in particular using the Java Persistence API (JPA).
(20208 views)