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 locale?

1083


Difference between Linked list and Queue?

1079


What is java full form?

1098


What does business logic mean?

1049


What is string :: npos?

1178


What is bubble sort in java?

1106


What is canonical name in java?

1188


How do you represent a space in regex java?

1066


What is difference between call by value and call by reference?

1068


What is the Scope of Static Variable?

1276


if u open login & logout ,how can udisplay the timelogin & logout members ?

2322


What is a classloader in java?

1064


Assume a thread has lock on it, calling sleep() method on that thread will release the lock?

1159


What is public static?

1087


How are destructors defined in java?

1087