explain System.out.println

Answer Posted / minnu

System is a class. out is an object of class PrintStream and
is static and in class System. println() is a methode in
class PrintStream, which can be called by using object.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

If a method is declared as protected, where may the method be accessed?

528


What are invisible components?.

1674


What are the different ways of implementing thread? Which one is more advantageous?

529


What is internal iteration in java se 8?

625


What does n mean in java?

502






What are the Main functions of Java?

623


Where is core java used?

574


What is parse method?

530


Explain the meaning of java applet.

598


What are the advantages of passing this into a method instead of the current class object itself?

1165


What are static blocks and static initalizers in java ?

580


What is the purpose of garbage collection in java?

649


What is the difference between multiple processes and multiple threads?

570


In case of inheritance what is the execution order of constructor and destructor?

633


Can we create our own wrapper class in java?

539