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
what do you understand by synchronization? : Java thread
Why method overriding is used?
Is null an object in java?
Difference between method overloading and overriding.
Is java platform independent?
What is the parse method in java?
what is function overloading in java?
how to write a server program and sending the mails to the server using smtp protocol please help me
What is the difference between the paint() and repaint() methods in java programming?
Can we clone singleton object in java?
String class is defined under which package in java?
Does java vector allow null?
What is natural ordering in java?
Can we declare a static variable inside a method?
How do you implement singleton class?