Memory management in JAVA

Answers were Sorted based on User's Feedback



Memory management in JAVA..

Answer / srikanth

garbage collector ie gc is responsible for Memory
management in JAVA

whenever heap memory is full jvm makes list of objeects
which is unrefered and it calls finalize()method on that
method to cleanup resourse which is hold by it and finaaly
gc()method is invoked finally to relese the resource

Is This Answer Correct ?    29 Yes 1 No

Memory management in JAVA..

Answer / jaseer v

Garbage collector

Is This Answer Correct ?    21 Yes 4 No

Memory management in JAVA..

Answer / guest

memory management can be maintained by JVM .It allocates space
in heap area

Is This Answer Correct ?    6 Yes 1 No

Post New Answer

More Core Java Interview Questions

What are operators and its types?

0 Answers  


What are the procedures?

0 Answers  


What is autoboxing in java?

0 Answers  


Can static methods access instance variables in java?

0 Answers  


What is the purpose of a parameter?

0 Answers  






What are the 2 types of java programs?

0 Answers  


What is difference between core java and java ee?

0 Answers  


How do you convert boolean to boolean?

0 Answers  


Urgent requirement of JAVA/.NET/QA in a CMMI level3 MNC for Pune location.

0 Answers  


What is run time allocation?

0 Answers   Fidelity,


what is the volatile modifier for? : Java thread

0 Answers  


Why ArrayList class is not a synchronized class and why it is not a thread safe class? explain

1 Answers  


Categories