Java 11 and 12 - New Features: Learn about Project Amber and the latest developments in the Java language and platform
Enhance your development skills with Java's state-of-the-art features and projects to make your applications leaner and faster


• Overcome the challenges involved in migrating to new versions of Java

• Discover how Oracle has bridged the gap between Java and native code

• Make the best use of new Java features and libraries in your applications

With its new six-monthly release cadence, Java is moving forward faster. In addition to planned version releases, a lot of work is currently being undertaken on various Java projects at Oracle. In order to make best use of the new features in their applications and libraries, you must be well-versed with the most recent advancements.

Java 11 and 12 – New Features will take you through the latest developments in Java, right from variable type inference and simplified multithreading through to performance improvements, which are covered in depth to help you make your applications more efficient. This book explains the relevance and applicability of Java's new features, and answers your questions on whether to invest in migrating to new Java versions and when to migrate. You'll also get to grips with platform features, such as AppCDS and new garbage collectors, to tune and optimize your application—from reduced launch time and latency to improved performance and throughput.

By the end of this book, you will be equipped with a thorough understanding of the new features of Java 11, 12, and Project Amber, and possess the skills to apply them with a view to improving your application's performance.


• Study type interference and how to work with the var type

• Understand Class-Data Sharing, its benefits, and limitations

• Discover platform options to reduce your application's launch time

• Improve application performance by switching garbage collectors

• Get up to date with the new Java release cadence

• Define and assess decision criteria for migrating to a new version of Java

If you're an executive or solutions architect responsible for technology selection or Java migration decisions, this Java book is for you. You'll also benefit from this book if you're a computer science enthusiast curious to learn about the latest and upcoming Java features. This book will help you migrate your solutions from Java 8 or older to the latest Java release.

1131045109
Java 11 and 12 - New Features: Learn about Project Amber and the latest developments in the Java language and platform
Enhance your development skills with Java's state-of-the-art features and projects to make your applications leaner and faster


• Overcome the challenges involved in migrating to new versions of Java

• Discover how Oracle has bridged the gap between Java and native code

• Make the best use of new Java features and libraries in your applications

With its new six-monthly release cadence, Java is moving forward faster. In addition to planned version releases, a lot of work is currently being undertaken on various Java projects at Oracle. In order to make best use of the new features in their applications and libraries, you must be well-versed with the most recent advancements.

Java 11 and 12 – New Features will take you through the latest developments in Java, right from variable type inference and simplified multithreading through to performance improvements, which are covered in depth to help you make your applications more efficient. This book explains the relevance and applicability of Java's new features, and answers your questions on whether to invest in migrating to new Java versions and when to migrate. You'll also get to grips with platform features, such as AppCDS and new garbage collectors, to tune and optimize your application—from reduced launch time and latency to improved performance and throughput.

By the end of this book, you will be equipped with a thorough understanding of the new features of Java 11, 12, and Project Amber, and possess the skills to apply them with a view to improving your application's performance.


• Study type interference and how to work with the var type

• Understand Class-Data Sharing, its benefits, and limitations

• Discover platform options to reduce your application's launch time

• Improve application performance by switching garbage collectors

• Get up to date with the new Java release cadence

• Define and assess decision criteria for migrating to a new version of Java

If you're an executive or solutions architect responsible for technology selection or Java migration decisions, this Java book is for you. You'll also benefit from this book if you're a computer science enthusiast curious to learn about the latest and upcoming Java features. This book will help you migrate your solutions from Java 8 or older to the latest Java release.

22.99 In Stock
Java 11 and 12 - New Features: Learn about Project Amber and the latest developments in the Java language and platform

Java 11 and 12 - New Features: Learn about Project Amber and the latest developments in the Java language and platform

by Mala Gupta
Java 11 and 12 - New Features: Learn about Project Amber and the latest developments in the Java language and platform

Java 11 and 12 - New Features: Learn about Project Amber and the latest developments in the Java language and platform

by Mala Gupta

eBook

$22.99 

Available on Compatible NOOK devices, the free NOOK App and in My Digital Library.
WANT A NOOK?  Explore Now

Related collections and offers


Overview

Enhance your development skills with Java's state-of-the-art features and projects to make your applications leaner and faster


• Overcome the challenges involved in migrating to new versions of Java

• Discover how Oracle has bridged the gap between Java and native code

• Make the best use of new Java features and libraries in your applications

With its new six-monthly release cadence, Java is moving forward faster. In addition to planned version releases, a lot of work is currently being undertaken on various Java projects at Oracle. In order to make best use of the new features in their applications and libraries, you must be well-versed with the most recent advancements.

Java 11 and 12 – New Features will take you through the latest developments in Java, right from variable type inference and simplified multithreading through to performance improvements, which are covered in depth to help you make your applications more efficient. This book explains the relevance and applicability of Java's new features, and answers your questions on whether to invest in migrating to new Java versions and when to migrate. You'll also get to grips with platform features, such as AppCDS and new garbage collectors, to tune and optimize your application—from reduced launch time and latency to improved performance and throughput.

By the end of this book, you will be equipped with a thorough understanding of the new features of Java 11, 12, and Project Amber, and possess the skills to apply them with a view to improving your application's performance.


• Study type interference and how to work with the var type

• Understand Class-Data Sharing, its benefits, and limitations

• Discover platform options to reduce your application's launch time

• Improve application performance by switching garbage collectors

• Get up to date with the new Java release cadence

• Define and assess decision criteria for migrating to a new version of Java

If you're an executive or solutions architect responsible for technology selection or Java migration decisions, this Java book is for you. You'll also benefit from this book if you're a computer science enthusiast curious to learn about the latest and upcoming Java features. This book will help you migrate your solutions from Java 8 or older to the latest Java release.


Product Details

ISBN-13: 9781789137316
Publisher: Packt Publishing
Publication date: 03/26/2019
Sold by: Barnes & Noble
Format: eBook
Pages: 242
File size: 3 MB

About the Author

Mala Gupta, a Java champion, works as a developer advocate for JetBrains. Founder at eJavaGuru, she has been actively supporting Java certification as a path to career advancement. Since 2006, she has been coaching students and professionals with a view to achieving success in these certifications.

A frequent speaker at industry conferences, her Java books with Manning Publications, USA, are top-rated for Oracle certification around the globe. She has over 18 years of experience in the software industry. Mala has also co-founded KaagZevar, a platform for nurturing creativity as an essential life skill. She co-leads the Delhi Java User Group. As the Director of Women Who Code Delhi, she also drives initiatives for diversity advocacy for Women in Technology.

Table of Contents

Table of Contents
  1. Type Inference
  2. AppCDS
  3. Garbage Collector Optimizations
  4. Miscellaneous Improvements in JDK 10
  5. Local Variable Syntax for Lambda Parameters
  6. Epsilon GC
  7. The HTTP Client API
  8. ZGC
  9. Flight Recorder and Mission Control
  10. Miscellaneous Improvements in JDK 11
  11. Switch Expressions
  12. Miscellaneous Improvements in JDK 12
  13. Enhanced Enums in Project Amber
  14. Data Classes and Their Usage
  15. Raw String Literals
  16. Lambda Leftovers
  17. Pattern Matching
From the B&N Reads Blog

Customer Reviews