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 is autoboxing in java?

607


what r advatages of websphere? & how to deploy?

1636


Why we use multi threading instead of multiprocessing?

576


What is collections framework?

578


What is the program development process?

565






What is JDBC Driver interface?How can you retrieve data from the ResultSet

1513


Define an enumeration?

615


what do you mean by classloader?

555


What is the difference between ArrayList and Vector? which one is better in Java

605


What is object in java?

536


Explain the difference between extends thread vs implements runnable in java?

534


A non-static inner class may have object instances that are associated with instances of the class’s outer class. A static inner class does not have any object instances.

542


What is abstract class constructor called?

571


What are the 6 boolean operators?

553


What does g mean in regex?

564