Answer Posted / esha prasad
As I remember, System is a class, out is a static
field/reference to an object of type Output stream and
println is the method of that o/p class.
| Is This Answer Correct ? | 14 Yes | 1 No |
Post New Answer View All Answers
How do you reverse a string in java without using string buffer?
What does replaceall do in java?
If I only change the return type, does the method become overloaded?
Why do we need hashset in java?
What things should be kept in mind while creating your own exceptions in java?
what is collatration?
What are implicit objects in java?
How many bits is a char?
Give differences between Quicksort & Mergesort. When should these sorts be used and what is their running time?
What is getclass () getname () in java?
What is data structure in java?
what is an objects lock and which objects have locks? : Java thread
What is the base class in java from which all classes are derived?
What is assembly used for?
Is singleton class thread safe?