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

'system' is a public class which is final which can never
be extended..It itself extends object.
'out' is the static object of the class PrintStream.
'println()' is the method of printStream class..
since 'out' is a static object it can be called by using
the class name'system'
so 'Sstem.out.println()'

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why java is call by value?

1082


What is the equal sign?

1193


What is data type in computer?

1001


How do you trim a space in java?

1024


How variables are stored in memory?

1050


Difference between overriding and overloading in java?

1112


Can private class be inherited in java?

1086


Can we have two main methods in a java class?

1099


Can we sort a map in java?

1112


How does finally block differ from finalize() method?

1107


Can an interface extend a class?

1058


List some features of the abstract class.

1117


What is an immutable object? How do you create one in java?

1105


How do you pass by reference?

1107


What is the difference between jvm and jre? What is an interface?

1150