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

What are constructors in java?

568


What is the advantage of preparedstatement over statement?

563


Explain access modifiers in java.

582


How to create an immutable class?

567


What class of exceptions are generated by the java run-time system?

630






What is data and its types?

571


What is double checked locking in singleton?

608


Can you access the private method from outside the class?

508


What is the difference between heap and stack memory?

544


What is sortedmap in java?

549


How will you reverse a singly-link list?

595


Can you create an object of an abstract class?

551


can used Protected Class outside Function.?

612


What is continuity of a function?

520


Is 0 an irrational number?

602