Answer Posted / reddy
JVM Automatically reclaims the memory used by an object.When
no variable is referred to that object.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Define array. Tell me about 2-D array.
What is the difference between path and classpath variables?
what is singleton class in java?
What are green threads in java?
Write a program in java to create a doubly linked list containing n nodes.
Why we used vector class?
In multi-threading how can we ensure that a resource isn't used by multiple threads simultaneously?
Is Constructor possible in abstract class in java ?
What is the maximum size of hashmap in java?
What are the differences between graph and tree?
How do you sort arrays in java?
what do you mean by classloader in java?
What will happen if static modifier is removed from the signature of the main method?
What are the advantages and disadvantages of object cloning?
Can inner class be public in java?