Home Answers Viewqa Java-Beginners what is the working of JVM when An object is created of a class?

 
 


Burepalli Rajasekhar
what is the working of JVM when An object is created of a class?
1 Answer(s)      a year and 5 months ago
Posted in : Java Beginners

what is the working of JVM when An object is created of a class?

View Answers

December 19, 2011 at 3:53 PM


When the JVM creates the instance of your class object,the object instance is stored in the heap.The non-demon thread executes your methods inside your object instance and finally the non-demon thread is destoryed and the jvm instance is also ended.









Related Pages:
JVM
JVM
JVM
JVM

Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.