Understanding Java Garbage Collection
Offered By: Java via YouTube
Course Description
Overview
Explore the intricacies of Java Garbage Collection in this 52-minute conference talk delivered by Gil Tene, CTO of Azul. Gain a comprehensive understanding of various garbage collection techniques available in modern JVMs, including generational, parallel, stop-the-world, incremental, and concurrent algorithms. Learn essential terms and metrics common to all collectors, and discover how to classify major JVM collector mechanisms. Delve into the trade-offs involved in balancing requirements for responsiveness, throughput, space, and available memory. Enhance your knowledge of this integral part of Java application behavior and make informed decisions when selecting and tuning collector mechanisms for your projects.
Syllabus
Understanding Java Garbage Collection
Taught by
Java
Related Courses
Information TheoryThe Chinese University of Hong Kong via Coursera Intro to Computer Science
University of Virginia via Udacity Analytic Combinatorics, Part I
Princeton University via Coursera Algorithms, Part I
Princeton University via Coursera Divide and Conquer, Sorting and Searching, and Randomized Algorithms
Stanford University via Coursera