Thread: Quiz Time
View Single Post
  #1 (permalink)  
Old 05-07-2008, 05:36 PM
rjuyal's Avatar
rjuyal rjuyal is offline
Senior Member
 
Join Date: Mar 2008
Location: Delhi, India
Posts: 160
rjuyal is on a distinguished road
Quiz Time
What will be the output of follwing code:- [ don't execute it , just read and try to asnwer ]

Code:
public class ObjectTest { ObjectTest myObject = new ObjectTest(); public static void main(String[] args) { ObjectTest myObject = new ObjectTest(); System.out.println(myObject); } }
__________________
Newton said Gravitaion, Rakesh says Earth Sucks
Reply With Quote
Sponsored Links