how system.out.println() works?

Answer Posted / manish

In system.out.println()
'System' is a class which is having reference variable 'out' of type printStream class, and PrintStream class having overlaodded methed 'println()' for different purposes..

Is This Answer Correct ?    7 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What language is java written?

544


I want to print “hello” even before main is executed. How will you acheive that?

668


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

649


Convert Binary tree to linked list.

600


What is a heavyweight component?

548






What is floating data type?

549


How do you allocate memory to object?

536


What is meant by structural programming?

558


What is thread synchronization in java?

487


Can you have two constructors in java?

511


What is Classloader in Java?

642


Can a constructor have different name than a class name in java?

607


What is tcp ip in java?

596


What is a function easy definition?

535


Tell us something about an iterator.

555