Multiple choice Which method is used for garbage collection? System.collectGarbage(); System.gc(); System.exit(0); System.garbage(); Reveal answer Fill a bubble to check yourself B Correct answer Explanation System.gc() is the garbage collection method, even though it won't guarantee.