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 singleton class in ruby?
Can finally block be used without a catch?
What is the difference between yielding and sleeping in java programming?
What is continuity of a function?
How to store image in arraylist in java?
Why do we need data serialization?
Does java arraylist maintain insertion order?
Can we override the overloaded method?
Explain where variables are created in memory?
Which is the best sorting technique in java?
What is a class in java?
What is the meaning of find and replace?
What is the default value of the local variables?
Explain the features of java?
What do you understand by the bean persistent property?