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 is a class from package java.lang. out is a public, static member of System class, and println is a method, yes.
System
out
println