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...

how system.out.println() works?

Answer Posted / manish

In system.out.println()
'System' is a class which is having reference variable 'out' of type printStream class, and PrintStream class having overlaodded methed 'println()' for different purposes..

Is This Answer Correct ?    7 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can you run java program without main method?

1113


Can there be an abstract method without an abstract class?

1006


What are the pillars of java?

968


Can constructor be synchronized?

985


Why arraylist is not synchronized in java example?

1114


Define how does a try statement determine which catch clause should be used to handle an exception?

1250


How many characters is 2 bytes?

1035


What are the access modifiers in java?

1093


What is autoboxing in java?

1108


What is an immutable object?

1169


What is the main difference between java platform and other platforms?

1172


Explain where variables are created in memory?

1052


Explain the difference between abstract classes and interfaces in java?

1259


Explain what is Marker interface?

1134


What are the advantages of passing this into a method instead of the current class object itself?

1720