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
Why scanner is used in java?
Can we use catch statement for checked exceptions when there is no chance of raising exception in our code?
What is an exception in java?
How do you decide when to use arraylist and linkedlist?
Is it possible to compare various strings with the help of == operator?
How does regex work?
Why are lists ordered in java?
What is the SimpleTimeZone class?
Write a program to find maximum and minimum number in array?
what is the swingutilities.invokelater(runnable) method for? : Java thread
Can we write class inside a class in java?
what is deadlock? : Java thread
what is use of functional interface in java 8?
What is the map interface in java programming?
Which list is sorted in java?