public class MainClass { public static void main(String[] argv) throws Exception { System.gc(); Thread.yield(); } } A. True B. False