Answer Posted / debargha
System is a predefined final class;
out is a PrintStream object
and println is a built-in overloaded method in the out object.
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
Can an abstract class be a final class?
What is a memory leak in java?
how many types of Inheritance?
What is the difference between assignment and initialization?
Why object class is super class for every class in java?
When throw keyword is used?
Under what conditions is an object’s finalize() method invoked by the garbage collector?
What is argument in java?
What is the difference between error and an exception?
What is the difference between a field variable and a local variable?
What is the purpose of the finally clause of a try-catch-finally statement in java programming?
What is the basic of java?
Can You Have Virtual Functions In Java?
What are the four pillars of java?
What is the most important feature of java? What is an interface?