Question d’entretien chez Informatica

Explain "System.out.println()" ?

Réponse à la question d'entretien

Utilisateur anonyme

6 juin 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.