What will be the output of the program? public class TestObj { public static void main (String [] args) { Object o = new Object() /* Line 5 / { public boolean equals(Object obj) { return true; } } / Line 11 */
System.out.println(o.equals("Fred")); } }
Reveal answer
Fill a bubble to check yourself