explain System.out.println
Answer Posted / nilesh
There is a class called System.
It has a static member attribute called "out", which is of
type PrintStream.
PrintStream provides a method called "println", which is
what you're calling.
| Is This Answer Correct ? | 69 Yes | 41 No |
Post New Answer View All Answers
What is a protected class in java?
What is a boolean in java?
How do you find the absolute value?
What is %d in printf?
What is the java virtual machine?
What 5 doubled?
Difference between error and exception
What are constructors in java?
What is the Difference between Final Class && Abstract Class?
Explain some best practices you would apply while using collection in java?
What are the different types of sorting in java?
What is an argument in java?
Explain restrictions on using enum?
what is the difference between a threads start() and run() methods? : Java thread
What is meant by overloading?