1.

What is the use of system.out.println in java

Answer»

It displays the output message.
In the STATEMENT system is the class in java.lang package and PRINTLN is a function.
println shifts the cursor to a new LINE.



Discussion

No Comment Found