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
Can you explain the private protected field modifier?
How we can run a jar file through command prompt in java?
Differentiate between overriding and overloading cases?
What is the abstraction?
Explain scope or life time of local variables in java?
What about features of local inner class?
What types of index data structures can you have in java?
Why java doesn’t support multiple inheritances?
What are functions in java?
What is the purpose of methodology?
What are the parts of a method?
What is a ternary operator in java? What is an interface?
What is hotjava?
When can you say a graph to be a tree?
Why are global variables used?