Multiple choice Which of the following is/are true about garbage collection in java? We can not force garbage collection mechanism in java. JVM uses finalize() method before destroy the unused objects. JVM uses system.gc() method to collect the unused memory objects. All the above are true Option (1) and (2) only Reveal answer Fill a bubble to check yourself D Correct answer Explanation Yes, all of the above three a statements determines the exact explanation of the garbage collection process in java.