explain System.out.println

Answer Posted / arun gopal

'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 ?    791 Yes 59 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can we have more than one package statement in the source file?

632


how to deploy tomcatserver to weblogic server? write d following steps?

1439


What is string [] args?

546


Which is bigger float or double?

511


What is the difference between replace and replace all?

462






Can we have a method name same as class name in java?

571


What is lastindexof in java?

536


How would overload a function based on return type?

542


Difference between method overloading and overriding.

573


How does the garbage collector works in java?

560


What is a ternary operator in java?

524


What is string :: npos?

571


What is indexof in java?

506


I want to re-reach and use an object once it has been garbage collected. How it's possible?

531


How can an object be unreferenced?

536