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 to provide security in java
How many times finalize method will be invoked? Who invokes finalize() method in java?
What are the major advantages of internal iteration over external iteration?
What is the method to declare member of a class static?
What is the purpose of sizeof operator?
What is the difference between I ++ and ++ I in java?
Differentiate between overriding and overloading cases?
How can we use primitive data types as objects?
Is static a singleton?
What is the properties class in java programming?
What is bufferedwriter?
How do you check if two strings are equal in java?
Is this valid in java ? Can we instantiate interface in java?
What is a nested class?
What are java methods?