explain System.out.println

Answer Posted / vinay tiwari

System: System is a Package
out: out is a class belonging to System Package
println(): println() is a method of out class

Is This Answer Correct ?    54 Yes 453 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the main differences between notify and notifyAll in Java?

581


What is final access modifier in java?

586


What is the use of a copy constructor?

570


How do you print array in java?

552


Differentiate between postfix and prefix operators in java.

637






List the features of java programming language.

559


How many types of assembly languages are there?

523


What is float in java?

557


Is there a case when finally will not execute?

563


What is the do while loop syntax?

551


What is the use of inner class?

541


Does set allows null in java?

506


What is finalize()?

604


How will you communicate between two applets?

627


I want to re-reach and use an object once it has been garbage collected. Define how it’s possible?

570