explain System.out.println()

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


Please Help Members By Posting Answers For Below Questions

Why do we use threads in java?

838


What is a function in java?

812


What is null mean in java?

868


What is a “stateless” protocol ?

788


What are the different types of data structures in java?

763


What does ide stand for?

732


What restrictions are placed on method overloading in java programming?

806


Can we use both this () and super () in a constructor?

811


What is file in java?

817


Can we write class inside a class in java?

768


What is arrays sort in java?

780


What is scope of a variable?

863


Why java is called not pure object oriented language?

843


What is a boolean flag in java?

807


Is a boolean variable?

766