explain System.out.println
Answer Posted / bindu madhavi
System is final class of java.lang package.
'out' is field of System class which is static of
type 'PrintStream'.
println() is overloaded method of PrintStream.
| Is This Answer Correct ? | 9 Yes | 17 No |
Post New Answer View All Answers
What is merge sort in java?
What is Applet Stub Interface ?
Why can we not override static method?
How java uses the string and stringbuffer classes?
Can we define private and protected modifiers for variables in interfaces?
What is difference between classpath and path variables in java?
Why is the main method static?
How do you square a number?
What is a memory leak in java?
What does this () mean in java?
What are the data types supported by java?
What is final keyword?
What exactly is java?
What is the difference between throw and throws keywords?
How do you implement tree mirroring in java?