Which of the following is true about Java’s garbage collector?

Java Associate Medium

Java Associate — Medium

Which of the following is true about Java’s garbage collector?

Key points

  • Garbage collector automatically frees memory
  • Objects must be unreachable to be collected
  • Improves memory management in Java programs

Ready to go further?

Related questions