Just a begginner question
Object x = new Object();
System.out.println(x);
everytime i get sthg.
16:18:35,222 INFO [STDOUT] --java.lang.Object@adfaec
16:19:26,937 INFO [STDOUT] --java.lang.Object@181db77
16:21:34,538 INFO [STDOUT] --java.lang.Object@14e5e21
what is the thing being printed? the object memory place? please help a beginner