Is this static println function in out class from System namespace?
println
out
System
namespace System { class out { static println ...
System: is predefined class of java.lang package.
java.lang
out: is a static member of printStream class and its connect with console.
static
printStream
Println: is a method of printstream class and its not a static.
Println
printstream