functionality of System.out.println()
Hello, can some one please explain me what happensan System.out.println(); is calledfor example when we are pass an Object reference of some classit prints the addresswhat functionality is taking place internally.which methods are called.