Answer Posted / vijay
System is a class,its a final class.out is a static object of PrintStream.println() is a method in PrintStream.We can,t directly call the Out object thats why we use System class
System.out.println()
Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
Why is string class considered immutable?
What is method reference?
Difference between arraylist and hashset in java?
When does a class need a virtual destructor?
What are selection structures?
Is null a string or object in java?
What are the object and class classes used for?
What is the purpose of file class?
How to create a base64 decoder in java8?
Explain the different forms of polymorphism?
How we can skip finally block of exception even if some exception occurs in the exception block in java?
What is a static method in java?
Why string is not a wrapper class?
Is hashset sorted in java?
Name few java.lang classes introduced with java 8 ?