English, asked by rajeshkitkat4846, 2 months ago

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 ohiduddin582
3

Answer:

Garbage collection cannot be forced but we can request the JVM using System.gc

Answered by muntahaansari51
0

Answer:

option b

Explanation:

garbage collection cannot be forced but we...

Similar questions