Answer Posted / t.jaya govind sudhakar
in System.ou.println();
System is a predefined class in the java.lang package, and
out is a static field which reference to an object of type
Output stream and
println is the method of printstream class.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
which class is the wait() method defined in? : Java thread
What is the purpose of the finally clause of a try-catch-finally statement in java programming?
What are the 7 types of characters?
Name some OOPS Concepts in Java?
Can you override static methods?
How do you achieve singleton?
What is the driver class?
Explain yield() method in thread class ?
Can a class be private in java?
What is foreach loop in java?
What are synchronized methods ?
What is the base class in java from which all classes are derived?
What is the difference between synchronized and synchronized block?
Does java allow overriding static methods ?
What is ternary operator?