Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

explain System.out.println

Answer Posted / sarbbottam bandyopadhyay

System is a class, which belongs to package java.lang
out is a class variable (static final field) of system class of PrintStream class.
PrintStream class has the method println().
The return type of println() is void and has overloading.
Please refer to the API documentation of System class.
http://download.oracle.com/javase/1.4.2/docs/api/java/lang/System.html

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which is fastest collection in java?

1145


Difference between linkedlist and arraylist.

1116


What are the advantages of autoboxing?

1068


What do you mean by inner class in java?

1143


Difference between error and exception

6160


How can we make sure main() is the last thread to finish in java program?

1253


Explain different types of thread priorities ?

1133


Why is string class considered immutable?

1107


What is an empty list in java?

1028


What environment variables are required to be set on a machine in order to run Java programs?

1275


What is the benefit of singleton pattern?

1046


What is the use of list in java?

1031


What happens when you invoke a thread’s interrupt method while it is sleeping or waiting?

1023


Can a method inside a interface be declared as final?

1044


What is the class in java?

1058