explain System.out.println
Answer Posted / sarbbottam bandyopadhyay
System is a class, which belongs to package java.lang
out is a class variable (static final field) of system class of PrintStream class.
PrintStream class has the method println().
The return type of println() is void and has overloading.
Please refer to the API documentation of System class.
http://download.oracle.com/javase/1.4.2/docs/api/java/lang/System.html
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
what is a green thread? : Java thread
How is tree Mirroring implemented?
Difference between collection, collection and collections in java?
What is the purpose of void class?
What does substring mean?
What does += mean coding?
What are keywords and reserved words in java?
What are the differences between throw and throws?
make a method which any number and any type of argument and print sum of that arguments.....
What is difference between float and double?
Difference between static and dynamic class loading.
Which is the class in java?
What are the limitations of procedural programming approach?
What is a container in a gui?
What is %02d?