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 differences between heap and stack memory?
What do the thread?class methods run() and start() do?
What are the various access specifiers for java classes?
Can Exception handling we can handle multiple catch blocks?
What is included in core java?
What’s the difference between the methods sleep() and wait()?
What is java developer skills?
Can we have two main methods in a java class?
Can constructor be static or final?
Why scanner is used in java?
Can we override static methods in java?
What is the difference between JVM and JRE?
What is the difference between length and size in java?
Is the empty set a singleton?
How to create a fecelet view?