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
Which of the classes will have more memory allocated?
Are arrays immutable in java?
What is balanced tree in java?
what are the high-level thread states? : Java thread
Explain about assignment statement?
I want to persist data of objects for later use. What is the best approach to do so?
What is the diffrence between inner class and nested class?
Give differences between Quicksort & Mergesort. When should these sorts be used and what is their running time?
What do you understand by the term singleton?
Is vector synchronized in java?
Tell me how many ways are there to initialise an integer with a constant.
How do you create immutable object in java?
What are the methods to rectify ambiguities in the interfaces in JAVA?
What is methodological theory?
What is the purpose of java?