Garbage collection is one of the most important feature of Java. Garbage collection is also called automatic memory management as JVM automatically removes the unused variables/objects (value is null) from the memory. User program cann&
Category:Core Java Interview Questions
No comments:
Post a Comment