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
Is java type safe?
How do you convert int to char in java?
Explain features of interfaces in java?
How do you sort arrays in java?
In the below example, how many string objects are created?
How will you calculate the depth of a binary tree if the tree contains 15 nodes?
Explain about wait() method?
What is the destroy method?
How long will it take to learn java?
What is main in java?
What is a parameter used for?
can I implement my own start() method? : Java thread
What is meant by javabeans?
What are variable arguments or varargs?
What is the major difference between linkedlist and arraylist?