+ 4
What is 'out' in System.out.println() ?
3 Answers
+ 1
Hi Alexander Sokolov , but isn't out an object rather than a variable?
+ 6
Hello, mn121 !
System is the last class in the java.lang package.
out is a variable of the PrintStream class declared in the System class.
println is a PrintStream class method.
Good luck in programming on SoloLearn!
https://www.sololearn.com/learn/Java/2137/
+ 1
Alexander Sokolov ,Parth Salat i think out is an object of System class