explain System.out.println
Answer Posted / gaurav
Here println() is a non static function belonging to object
'out', 'out' is the object of PrintStream class define as
static variable of class 'System'.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Which data type is class in java?
What are keywords in programming?
What is module in oop?
What is nextint java?
What is ternary operator in java?
What are different access specifiers in java?
What about abstract classes in java?
Why volatile is used in java?
Which package is imported by default?
What is bool mean?
What is concurrent hashmap and its features?
Explain the JDB in depth & command line.
Is string thread safe in java?
What are the types of sockets in java?
Where are register variables stored?