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 objects are stored in java?
What is the use of pattern in java?
What does void * mean?
What is double word?
What is protected access modifier?
What is default switch case? Give example.
what is thread in Java ?
What is singletonlist in java?
What is the final variable?
What is the meaning of variable in research?
What is data type in java?
What is basic syntax?
How we can skip finally block of exception even if some exception occurs in the exception block in java?
What is protected in java?
What are the advantages of packages in java?