Multiple choice Which of the following is used to explicitly call the garbage collector in Java? System.gc() System.garbage(); System.gcollector() System.memoryfree(); None of these Reveal answer Fill a bubble to check yourself A Correct answer Explanation System.gc() kindly asks the sytem to perform a garbage collection. Javadoc says:Runs the garbage collector