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 return type in java?

636


How do you escape in java?

581


Define a java class.

805


Explain the key functions of data binding?

585


Is java free for businesses?

589






What are methods?

559


What is object english?

585


How do you convert string to int in java?

565


Describe how to implement singleton design pattern in struts.

537


How many static init can you have?

684


What will happen if non-synchronized method calls a static synchronized method and what kind of lock it acquires?

520


describe method overloading

539


What is JVM and is it platform independent?

563


Explain about member inner classes?

592


What is parameters example?

558