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 are classloaders?
What is java and their uses?
What is command line used for?
What is a method type?
What are keywords give examples?
What are abstract classes and anonymous classes?
What do you mean by inner class in java?
Explain about member inner classes?
What is a boolean field?
What is enhanced loop in java?
What is intern method in java?
Why java is considered dynamic?
What is use of set in java?
What is the tradeoff between using an unordered array versus an ordered array?
What is the use of isempty in java?