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 do we use threads in java?
What is a function in java?
What is null mean in java?
What is a “stateless” protocol ?
What are the different types of data structures in java?
What does ide stand for?
What restrictions are placed on method overloading in java programming?
Can we use both this () and super () in a constructor?
What is file in java?
Can we write class inside a class in java?
What is arrays sort in java?
What is scope of a variable?
Why java is called not pure object oriented language?
What is a boolean flag in java?
Is a boolean variable?