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 / gov@

println() is method belongs to the printstream class.
How we can call a method in java? using object of the class to which the method belongs to.now out is the object of the printstream class,so we can call println() method using out.println(),now System.out.println(),here system is the class name [we know static members of a class can be accessed using classname.methodname or classname.members)since out is not a method so the object can be declared as a static variable of System class.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the symbol for space?

1040


Why are generics used?

1029


Write a program based on Java script program.

1200


What are different types of expressions?

1187


What does @override mean?

1277


Can we have two methods in a class with the same name?

1108


What is nextline method in java?

1090


What do you mean by constant time complexity?

1330


What is consumer in java?

1011


What is a nested class?

1171


Explain listiterator and methods in listiterator?

1062


In a container there are 5 components. I want to display the all the components names, how will you do that one?

1081


Why destructor is not used in java?

1031


What is "this" keyword in java? Explain

1141


What is meant by design patterns?

1090