public class Result { public static void main(String args[]) { Object o = new Object(); System.out.print(o.getClass()); } }
class java.lang.Object
Previous Question Next Question
Your comments will be displayed only after manual approval.