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

when System.out.println("") is executed what happens in the
back ground?

Answer Posted / qim2010

'System' is a class in 'java.lang' package, which is a final
class(can not be inherited) and its constructor is
private(can not be inherited)
'out' is a static member variable of 'System' class which is
of type 'PrintStream'
'println()' is a method of 'PrintStream' class So
'System.out.println()' means calling of method 'println()'of
the static 'PrintStream' type variable 'out' of 'System' class.
And is used to print a String to the system console.

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can two objects have same hashcode?

1051


What is re-factoring in software?

1104


What is data type in computer?

1001


What about main() method in java ?

1053


Do I need java on my pc?

1108


how to know the total memory occupied by the objects in the ArrayList(Array list may contain duplicate objects)

2390


Difference between default and protected access specifiers?

1208


Is .net better than java?

1071


Why does java doesnt suuport unsigned values?

2309


What are unchecked exceptions in java?

1085


Is there any sort function in java?

1101


How arrays are stored in memory in java?

1021


What is difference between static and abstract class?

1063


What is the difference between post and put?

1130


What sorting algorithm does javascript use?

1031