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
How can we break singleton in java?
How many bits are in a sentence?
What do you understand by java?
What is a bubble sort in java?
Difference between ‘>>’ and ‘>>>’ operators in java?
What do you understand by the term string pool?
What are basic data types?
What is the difference between an if statement and a switch statement?
Explain about exception propagation?
What access modifiers can be used for variables?
List the interfaces which extends collection interface?
What is the driver class?
Explain the difference between protected and default access.
What is a default constructor and also define copy contrucyor?
How do you calculate square roots?