define System.out.println(); what is the meaning!

Answer Posted / sadikhasan palsaniya

System is a Predefined Class
Out is static field of System Class.
println is the method of PrintStream class which take
argument for print to it.

Am I Right?

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Does google use java?

540


Can we convert integer to string in java?

598


What is the difference between a switch statement and an if statement?

517


Explain when noclassdeffounderror will be raised ?

618


What is the difference between replace and replace all?

475






What is command line used for?

589


What if the main() method is declared as private? What happens when the static modifier is removed from the signature of the main() method?

689


What is anonymous inner class?

611


How do I enable java in safari?

549


Can java list contain duplicates?

574


Define an abstract class with reference to java.

579


Do I need to import java.lang package any time? Why?

741


Is math class static in java?

614


What are checked exceptions?

580


Is array a class in java?

505