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?

Answers were Sorted based on User's Feedback



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

Answer / dsr

When ever System.out.println("") executing JVM doing like
that System is a class, out is object of PrintStream class,
println() is a method in PrintStream class.

Is This Answer Correct ?    11 Yes 0 No

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

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

More Core Java Interview Questions

How does a for loop work java?

0 Answers  


What are advantages of using Java?s layout managers than windowing systems?

0 Answers  


What is difference between hashset and hashmap?

0 Answers  


Why string is called as immutable?

0 Answers  


types of applets?.

7 Answers   TCS,


What is qms certification?

0 Answers  


What is hard code & soft code?

7 Answers   Cognizant, Wipro,


Explain about serializable interface in java?

0 Answers  


What is size () in java?

0 Answers  


What data structures are used to perform recursion?

0 Answers   Akamai Technologies,


Why do we need data structure in java?

0 Answers  


Distinguish method overloading and method overriding

4 Answers   Tech Mahindra,


Categories