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
Why string is not a wrapper class?
What is an interface in java? Explain
What do you mean by exception handling in Java?
Explain some best practices you would apply while using collection in java?
What is the main purpose of serialization in java?
Difference between Linked list and Queue?
Which is fastest collection in java?
What is empty string literal in java?
Which one will take more memory: an int or integer?
How do you reverse a string in java?
What do you mean by inner class in java?
What is java in simple terms?
What are the disadvantages of using inner classes?
Is {a, n, d} a palindrome? If you are given a random string, is it a palindrome or not?
What are loops in java?