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 / vishwajeet

SYSTEM is an class.
OUT is an object PrintStream class defined in System class.
OUT is declared as public, static and final.
Println() is a method of PrintStream class.
The println() method is called with out object.
The out object is called with System class.


To say simple, println() is a method of PrintStream class.
out is an object of PrintStream class defined in System class.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is an immutable class? How to create an immutable class?

998


Does string isempty check for null?

961


What are examples of modifiers?

1012


What is the purpose of the enableevents() method in java programming?

1078


how we can make a read-only class in java?

933


What is the difference between class & object?

949


What is the disadvantage of synchronization?

965


Can we modify the throws clause of the superclass method while overriding it in the subclass?

993


Can java hashmap have duplicate keys?

955


What state does a thread enter when it terminates its processing in java programming?

976


What is the difference between menuitem and checkboxmenu item?

1270


Java is Pass by Value or Pass by Reference?

993


What is return keyword in java?

1005


Is there a sort function in java?

919


'A class is a template for an object' explain this statement.

988