explain System.out.println

Answer Posted / pawan

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

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is 0 an even number?

550


What is hotjava?

559


Which is better ascii or unicode?

570


Explain the importance of finalize() method.

567


Is string serializable in java?

542






Differentiate between stringbuffer and stringbuilder in java.

552


Is overriding possible in java?

504


What classes of exceptions may be thrown by a throw statement?

526


Can you override a final method?

582


Explain method overloading?

573


What is the difference between == and === javascript?

575


Where are global variables stored?

509


How do weakhashmap works?

590


How do constructors use this() and super()?

547


What is ternary operator?

568