explain System.out.println
Answer Posted / pawan
'System' is a class in java.lang package
'out' is a static object of PrintStream class in java.io
package
'prinln()' is method in the PrintStream class.....
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How do you compare arrays in java?
Why we cannot override static method?
How to handle a web browser resize operation?
Difference between object and reference?
How can you traverse a linked list in java?
What is the size of string?
What are the differences between forwarding () method and sendredirect() methods?
Explain the available thread states in a high-level?
Which collection allows duplicate values in java?
Is java a software?
What is method overloading with type promotion?
When is update method called?
What is externalizable?
Is set ordered?
Can I override protected method in java?