In the following statements, if System is a class and println() and print() are methods, then what is out?
System.out.print();
System.out.println();
I cannot understand the hierarchy. As in simple I have never used anything between class name and method name.
