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 ?    80 Yes 531 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a method to check if input string is palindrome?

579


What is the difference between throw and throws in java?

550


What is garbage collection? What is the process that is responsible for doing that in java?

650


When do I need to use reflection feature in java?

622


Can we assign null to double in java?

542






Is java free for businesses?

581


What do you understand by a Static Variable?

626


Implement two stacks using a single array.

568


Explain about member inner classes?

586


Are arrays immutable in java?

540


Which are the two subclasses under exception class?

526


What is the common usage of serialization?

569


How java uses the string and stringbuffer classes?

513


How can constructor chaining be done by using the super keyword?

614


what is the purpose of using rmisecuritymanager in rmi?

560