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

system is a static class that is having it's member out.
out is the object of printwriter class.
and println is the method of printwriter class.
that's why we access the member of system class out by it's
name because it is static. and by out we access it's method
prinln .

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

a thread is runnable, how does that work? : Java thread

1089


Which of the classes will have more memory allocated?

1019


How do you declare an array in java?

1133


What will be the default values of all the elements of an array defined as an instance variable?

1077


What is indexof in java?

1055


Can a method be static?

1019


What is a parameter used for?

1006


How to sort a collection of custom Objects in Java?

1108


Which package is used for pattern matching with regular expressions?

1154


What is null statement?

1069


take an array with -ve and +ve value both.find out the nearest value of 0(zero).if two values are same like(-2 and +2)then extract +2 is nearest of 0(zero).

2039


What is difference between final and finally in java?

1145


What is the numeric promotion?

1092


What does java stand for?

1201


In which order the iterator iterates over collection?

1026