how to minimize the functionality to will not force garbage
collector?
Answer Posted / abcdefg
Yes,
Garbage collection (GC) is a form of automatic memory
management. The garbage collector, or just collector,
attempts to reclaim garbage, or memory used by objects that
will never be accessed or mutated again by the application.
Garbage collection was invented by John McCarthy around
1959 to solve the problems of manual memory management in
Lisp.[1]
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is the gregoriancalendar class in java programming?
How big is a gigabyte?
What is argument in java?
Does substring create a new object?
I want my class to be developed in such a way that no other class (even derived class) can create its objects. How can I do so?
What is Session reduplication and how its done?
Do loops java?
Is set sorted in java?
What is sizeof in java?
Is void a keyword in java?
What is keyset in java?
Tell me about your ability to work under pressure
What are the kinds of polymorphism?
List some important characteristics on jre
What restrictions are placed on method overriding in java programming?