System----class in java comes default in java.lang pack out-----a static attribute in system class which returns Printstream object. println--------a method inside Printstream class which use to write on console bydefault--you can point to any file or xml ..... ---------------------------------------------- so u write System.out.println()
View All Comments