Question:Which of the following is the correct syntax for suggesting that the JVM perform garbage collection?
A System.setGarbageCollection(); B System.out.gc(); C System.gc(); D System.free();
+ AnswerC
+ Report