explain System.out.println
Answer Posted / narasimha rao
System is a class
out is static object
println() is a method
| Is This Answer Correct ? | 37 Yes | 12 No |
Post New Answer View All Answers
What does nullpointerexception mean?
What is the major advantage of external iteration over internal iteration?
Can a singleton class be inherited?
Is void a wrapper class?
Difference between class#getinstance() and new operator ?
what is collatration?
What is the default size of set in java?
What is flag in java?
Define iterator and methods in iterator?
If we allocate the memory using 'new' & de-allocated using 'free' then what will happen?
What is final, finally, finalize?
Explain about the select method with an example?
How listener identify that the event came from a particular object?
Can we sort set in java?
Why is sizeof not a function?