Just asking if I have the right understanding
System.out.println();
System is the package out is the class println() is the method
If t
System = class out = static object of the PrintStream class println() = method
read this http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/System.html