Book Image

Java: Tips, Tricks, and Techniques [Video]

By : Seteny Janos, Vince Zoltan Varga
Book Image

Java: Tips, Tricks, and Techniques [Video]

By: Seteny Janos, Vince Zoltan Varga

Overview of this book

Have you been looking for a course to help you cover many aspects of Java programming, some of which you may know and some you probably never knew existed? Or have you been looking for best practices and techniques to speed up your development and increase your output and efficiency? Well, you've come to the right place! In this course, you will explore wonderful things you can do with Java 11 and 12 to improve your programming skills with proven techniques. With this course, you'll learn to implement some practical and tested techniques to avoid taking longer methods and you'll master a quicker way to develop applications using the Java 12 programming language. By the end of this course, you will have learned some exciting Java 12 tips, best practices, and techniques. You will be able to perform tasks and get the best out of your code much more easily and rapidly. All the code and supporting files are on GitHub at: https://github.com/PacktPublishing/Java-Tips-Tricks-and-Techniques
Table of Contents (5 chapters)
Chapter 5
Working with "The New Java"
Content Locked
Section 3
Performance - Garbage Collection and Memory Management
Java 12 has new and modified Garbage Collectors: Epsilon, ZGC, Java 12's Shenandoah, and G1. The viewer must learn how to handle them.