class ToString{ public static void main(String args[]){ ToString ob=new ToString(); System.out.println(ob); System.out.println(ob.toString()); } }