Explain "System.out.println()" ?
Anónimo
I told that System is a class which is predefined in java.lang package and out is a static variable of type PrintStream and is present inside the System class and println() is a method in the PrintStream class. but the interview told that "out" is not static. I told him it is static but he was not agreeing with me.