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
What is subsequence of a string?
What do you mean by append?
How do you generate random numbers in java?
Explain when classnotfoundexception will be raised ?
What is the difference between ArrayList and Vector? which one is better in Java
why are there separate wait and sleep methods? : Java thread
What is keyset in java?
What is thread pool? How can we create thread pool in java?
What is data movement?
What is private static in java?
Can you instantiate the math class in Java?
What is linked hashset and its features?
What is java in detail?
Explain notify() method of object class ?
What is the difference between reader/writer and inputstream/output stream?