Multiple choice

Which of the following is not used as Garbage Collection Algorithms in Java?

  1. Adaptive collectors

  2. Copying collectors

  3. Tracing collectors

  4. Destructor algorithm

  5. The train algorithm

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

Destructor is a method in Java, not an algorithm.