explain System.out.println
Answer Posted / neha
here println is a method as only methods can be called with
dot operator and out is a static variable of class System
as only static variables or methods can be called using
classname.staticvariable.method.. thankyou
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the three types of design patterns?
Is nullpointerexception checked or unchecked?
Can we have two methods in a class with the same name?
What is the intersection and union methods?
What is unmodifiable list in java?
Can list be final in java?
Explain method local inner classes ?
How java enabled high performance?
How do you escape sequences in java?
What is the difference between choice and list?
What is difference between pointer and reference?
What does nullpointerexception mean?
Can private members of a base class are inheritable justify?
Can you pass functions in java?
What are synchronized methods ?