Answer Posted / sreedhar
System is class ,println method is streem class,out is
static variable of system class,that staic variable calling
class name.thats why write the System.out.println();
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What do you mean by platform independence of Java?
Explain the difference between hashmap and hashtable in java?
What is an array in java?
When would you use a static class?
What is parameters example?
What is module in project?
how does the run() method in runnable work? : Java thread
Why do people says “java is robust”?
Why destructor is not used in java?
What is Garbage Collection in Java
What are the properties of thread?
Can we declare a constructor as final?
What is singleton pattern?
Explain listiterator and methods in listiterator?
What is a nested class?