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
What is ellipsis in java?
Does garbage collection occur in permanent generation space in jvm?
What is the independent variable in an experiment?
What are the advantages of exception handling?
Can a private method of a superclass be declared within a subclass?
What is a short in java?
Explain differences between collection api and stream api?
List two java ide’s?
Is java an ide?
Explain the difference between map and flatmap stream operation?
What are serialization and deserialization?
How do you get length in java?
What is singleton class and how can we make a class singleton?
What are the different ways of creating thread?
Enlist diffrent types of inheritance supported by java?