explain System.out.println

Answer Posted / umesh

'System'= a class in java.lang package
'out' = a static object of PrintStream class in java.io
package
'prinln()' = method in the PrintStream class.....

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 not thread safe?

495


Explain where variables are created in memory?

584


What is type parameter in java?

522


Difference between object instantiation and construction ?

582


Explain the difference between a Thread and a Process.

565






Why do we need data structure in java?

574


What is object-oriented paradigm?

617


What is the difference between processes and threads?

535


What does || || mean in math?

515


What is encapsulation in java?

626


Explain the Propertie sof class?

586


What is difference between float and double?

503


Is double bigger than float?

545


Which class is the superclass of all classes?

602


What is the purpose of assert keyword used in jdk1.4.x?

565