explain System.out.println

Answer Posted / venkatearamireddy

System: System refers to current java program.

out: out refers to output device. by default it is monitor.

println: to print the specific string onto output device in
next line

Is This Answer Correct ?    118 Yes 544 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the benefit of using enum to declare a constant?

659


Can we have try block without catch block?

580


Difference between current previous versions of Java?

553


Can you make a constructor final in Java?

624


How do you delete a list in java?

532






Explain why wait(), notify() and notifyall() methods are in object class rather than in the reading class?

557


What is extension method in java?

559


What is a classloader in java?

534


what are three ways in which a thread can enter the waiting state? Or what are different ways in which a thread can enter the waiting state? : Java thread

521


How do you create a null object?

506


What is a boolean in java?

575


What is garbage collector?

618


What is meant by singleton class?

598


What are the 7 types of characters?

564


Difference between static and dynamic class loading.

582