+ 1
What is the system.out.println
I don't understand yet
5 Respuestas
+ 7
system = package
out = class
println = function
+ 7
When we need to print something...
For eg.,
int x = 6;
System.out.print(x);
// Prints 6
0
so when they ask system.outprintln ()
0
Its a java implementation statement that you can use to out put certain result to a console