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
out is a static object of printstream class System -class,
System -class,
PrintStream -class,
PrintStream -class
out - static object of PrintStream class ,
out - static object of PrintStream class
println - public method in PrintStream Class