Multiple choice technology programming languages

Java is featured with automatic memory menagement to manage memory in object lifecycle.

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Java features automatic garbage collection for memory management. The JVM automatically reclaims memory from objects that are no longer reachable, handling the entire object lifecycle from allocation to deallocation. This eliminates manual memory management and common memory leaks.