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 / lalit bhangale

System.out.println();
System is the Class in which out is static object of
class PrintStream which refers t othe standard output ie
console output,
and PrintStream class contains the method println()
which will be accessed using PrintStream object out.
Since out is static so it can be only accessed using
class name in which it contains.
so System.out.println(); simply invokes println()
method to output specified data to standard output console.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can we call virtual funciton in a constructor ?

2239


What is serial version uid and its importance in java?

1092


what is meant by Byte code concept in Java?

1129


What is difference between iterator and enumeration in java?

1036


Why does java not allow multiple public classes in a java file ?

4660


What is the difference between checked exception and unchecked exception?

1060


What class of exceptions are generated by the java run-time system?

1248


What are the parts of a method?

1027


What is the difference between jfc & wfc?

1122


What is passing parameters in java?

1095


How many digits can a float hold?

1064


What is a boolean field?

1005


What is integer size in java?

1092


Where are the card layouts used?

1125


What are peerless components?

1144