+ 2
What does System.out.println means ???
I am not asking it's use.I am asking about its meaning.
14 Respostas
+ 4
using java.lang package normally
+ 3
it is the standard output meaning it directs where your data will be outputted
you can configure it to be sent on a socket !
+ 3
like your normal methods
car.move();
+ 2
prints your data on the console by default
+ 2
out is a PrintStream object within System
+ 2
println() is a method of the PrintStream class. View the documentation links for more information.
+ 2
ok! thanks for help bro.
+ 1
i am not asking about it's use
+ 1
I am asking that System class is calling which function inside it...
+ 1
what is ".out" in system class
+ 1
is Printstream a class?
+ 1
and what is ".println"