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
Explain the use of shift operator in java. Can you give some examples?
What does \ mean in regex?
What is the method to declare member of a class static?
What are java packages? What is the significance of packages?
What do you mean by constant time complexity?
How do you take thread dump in java?
Define class?
define the terminology association.
Difference between arraylist and hashset in java?
Can list be null in java?
What is object of class in java?
What are the advantages of assembly language?
Describe method overriding
what happens when a thread cannot acquire a lock on an object? : Java thread
What about interrupt() method of thread class ?