explain System.out.println
Answer Posted / tanu
System is a predefined class
Out is "standard" output stream that is connected to the
console
println() is built-in method that display the string which
is passed to it with a new line
| Is This Answer Correct ? | 12 Yes | 16 No |
Post New Answer View All Answers
What is rmi and steps involved in developing an rmi object?
Is Java a dying language?
Is logger a singleton?
Can a java program have 2 main methods?
Is java se open source?
How can we find the actual size of an object on the heap?
Why scanner is used in java?
What’s the difference between applets and standalone program?
What are strings in physics?
Why java is object oriented?
Why do we need singleton class?
How do you add an element to an arraylist in java?
What are the new features in java 8? Explain
Can a boolean be null java?
Is java a pure object oriented language?