I created a class named create and its objects ob and ob1.
Then I used ob.toString() and ob1.toString() and printed them using System.out.println().
I got some strange outputs.
create@a267b0,create@9de93c and as on. 
Where does that output come from and what does it mean?
 
     
     
     
    