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 do you sort in ascending order in java?
Which non-unicode letter characters may be used as the first character of an identifier?
Why is it important to initialize a variable?
What are the advantages of user defined functions?
When do you call copy constructor?
What is thread count in java?
What is the memory leak in java?
What is string made of?
What are the 6 boolean operators?
What does 3 dots mean in java?
What is collection class in java?
Does java list allow null?
Can we restart a dead thread in java?
How does hashset work in java?
What are the different types of data structures in java?