+ 1
Please explain System.out.println();
8 Answers
+ 7
https://www.sololearn.com/learn/Java/2137/
Check out the 3rd slide.
+ 7
System- class
out- object
println()- method
+ 5
it's a property of the system class
+ 1
From all I know it's a method of output in java where system is the class,out is the property,and print() it's method
+ 1
from which class out belongs to??
+ 1
System.out.println(); is used for output in Java. You can put a string, boolean, etc. in the parenthesis and it will output that value onto the screen when your program is run.
+ 1
it is tag to print the message
0
system-class
out-object of output stream
println() - method