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

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

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 Tutorials/Questions & Answers:
what is the working of JVM when An object is created of a class?
what is jvm instance, how is it created, how is related to thread?
Advertisements
what is object chaining? - Hibernate
What is JVM?
What is Light Object Mapping?
ModuleNotFoundError: No module named 'classh'
ModuleNotFoundError: No module named 'classh'
variables are **called instance variables because they are created** whenever an object of the class is instantiated.
What is an object's lock and which object's have locks?
wap showing three threads working simulteniously upon single object.
when update is done on parent object child object is also updated
What are the methods in Object? - Java Beginners
What is the purpose of garbage collection in Java, and when is it used?
What are the features and advantages of OBJECT ORIENTED PROGRAMMING?
what is mutable and immutable object in java ?difference ?
Want to add a resource in the build directory that's created when i run an mvn assembly:assembly command. Pls help!
What is the difference between a JDK and a JVM?
Null value when i set interface object in form controller - Spring
object creation
how to close the connection object,statement object,resultssetobject when using the microsoft access a database - SQL
how to set values in object using java and what are the ways?
What is the difference between mysql_fetch_object and mysql_fetch_array?
What is difference between JDK,JRE and JVM?
how to create a jar file for my packages classs - Struts
Applet is not Working
what is the differnce between the number format and string format when creatign the table in oracle - JDBC
What happen when we write static public void instead of public static void?
What are Classes and Interfaces in Java?
object
object chaining? - Hibernate
What are the differences between mysql_fetch_array(), mysql_fetch_object(), mysql_fetch_row()?
Why this is not working...?
PHP Clone Object
UITapgesturerecognizer not working
calender working in struts - Struts
Java Object
htpasswd working
object of object class
Object in java - Java Beginners
object as argument
hibernate.archive.autodetection not working
JVM
Your hibernet tutorial is not working - Hibernate
ModuleNotFoundError: No module named 'Classy'
StandardServiceRegistryBuilder not working in Hibernate 4.3.1
What is Transient variable in Java
Array example
Focus method not working in firefox
PHP Object Reference
Java object

Ads