Pregunta de entrevista de Informatica

Explain "System.out.println()" ?

Respuesta de la entrevista

Anónimo

6 de jun de 2019

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.