Multiple choice Which of the following statement(s) is/are correct about garbage collection in java? The garbage collection can be decided by the user. The finalize() method is guaranteed to run once for the garbage collection. Garbage collection works for the automatic memory management. Both (1) and (2) Garbage collection is not used in java. Reveal answer Fill a bubble to check yourself D Correct answer Explanation These are the correct statements about garbage collection in java.