1.

Which of the following is the correct syntax for suggesting that the JVM performsgarbage collection?

A. System.free();
B. System.setGarbageCollection();
C. System.out.gc();
D. System.gc();
Answer» E.


Discussion

No Comment Found