explain System.out.println()

Answer Posted / sowjanya

System is the class name and out is the static variable of the System class.
Out is called a field in System Class.
Print() method is used to disply something on the monitor.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a Presistent Object?

770


What is JFC?

803


What is a method signature java?

691


What is array length in java?

611


What are the advantages of packages in java?

657






Using callable statement how can you pass out parameters, explain with example?

704


What is a void in java?

667


Can we declare an interface as final?

670


describe synchronization in respect to multithreading? : Java thread

605


What is function overriding and overloading in java?

687


What are conditionals and its types?

695


What is ide with example?

635


What is replaceall in java?

651


How is string stored in java?

661


What is the purpose of static keyword in java?

602