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
Is a boolean variable?
How to disable caching on back button of the browser?
What are the 8 data types in java?
Is oracle java 11 free?
Is empty in java?
Can we assign integer value to char in java?
What is lambda in java?
Discuss 2D arrays.
What are the difference between string, string builder, and string buffer in java?
Which method returns the length of a string?
What does string intern() method do?
How is treeset implemented in java?
Difference between string, stringbuffer and stringbuilder?
What is difference between this and super keyword?
What is parsing a string?