explain System.out.println
Answer Posted / uday
'system' is a public class which is final which can never
be extended..It itself extends object.
'out' is the static object of the class PrintStream.
'println()' is the method of printStream class..
since 'out' is a static object it can be called by using
the class name'system'
so 'Sstem.out.println()'
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What does || || mean in math?
How can we make sure main() is the last thread to finish in java program?
What is meant by JVM? Is JVM platform independent or not?
Give few difference between constructor and method?
Similarity and difference between static block and static method ?
What do you mean by local class?
What are synchronized methods and synchronized statements in java programming?
What is the method in java?
what is the difference between future and callable interface in java?
Why are variables important in research?
What does jre stand for?
How to sort an unsorted array in java?
Why there are some null interface in JAVA? What does it mean? Give some null interface in JAVA?
os is developed in c no java is more secured then c na why dont the os developed is developed using java
What is use of arraylist in java?