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

define polymorphism in java

1089


What is protected access modifier?

1005


Does google use java?

961


What is the java reflection api? Why it’s so important to have?

980


What if static is removed from main method?

1071


what is anonymous class in java?

1034


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

992


What is a buffer in java?

1030


Where are local variables stored?

967


Can you achieve runtime polymorphism by data members?

1149


Give me an example of array and linked list? Where they can be used?

1010


Why is inheritance used in java?

1122


How do you reverse a string in java without using string buffer?

1096


Why we use protected in java?

973


What is the difference between object oriented programming language and object based programming language?

1014