What is System.out?
System.out is a static variable that refers to the console output. The object type of System.out is PrintStream, not PrintWriter, but it has similar overloaded println methods. These print methods can be called by any class using the static System.out reference. Actions: Follow-up, clarify or correct this answer. Submit a new question.
System.out is a static variable that refers to the console output. The object type of System.out is PrintStream, not PrintWriter, but it has similar overloaded println methods. These print methods can be called by any class using the static System.out reference. Actions: Follow-up or correct this answer. Submit a new question.