Question #4
Revisit
Which of the following statements about garbage collection in Java are true?
A. Garbage collection can be enforced using System.gc().
B. Garbage collection cannot be forced but we can request the JVM using System.gc().
C. The time when garbage collection will be done by JVM cannot be predicted.
D. The time when JVM performs garbage collection is deterministic.
Answers
Answered by
3
Answer:
Garbage collection cannot be forced but we can request the JVM using System.gc
Answered by
0
Answer:
option b
Explanation:
garbage collection cannot be forced but we...
Similar questions