explain System.out.println

Answer Posted / bindu madhavi

System is final class of java.lang package.

'out' is field of System class which is static of
type 'PrintStream'.

println() is overloaded method of PrintStream.

Is This Answer Correct ?    9 Yes 17 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is it possible to use Semaphore/ Mutex in an Interrupt Handler?

530


Does substring create a new object?

523


Does java list allow null?

536


What is exception propagation?

583


Is java type safe?

503






Is it possible to override private or static method in java?

539


How do you remove an element from an arraylist in java?

458


Can interface be private in java?

540


Explain a situation where finally block will not be executed?

570


What is method overloading with type promotion?

577


Explain where variables are created in memory?

578


Which package has light weight components in java programming?

670


What does a void function return?

541


Explain the hierarchy of java exception classes?

588


What is gc()?

573