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
Does google use java?
Can we override singleton class?
What is locale?
How do you execute a thread in java?
does java support pointers?
Define Multiprogramming and Multiprocessing in java.
What is internal iteration in java se 8?
Name component subclasses that support painting in java programming?
Can we override private method?
Why we cannot override static method?
What is the preferred size of a component in java programming?
Why java uses the concept of the string literal?
Can I overload to string method
Considering notepad/ie or any other thing as process, what will happen if you start notepad or ie 3 times? Where 3 processes are started or 3 threads are started?
What does super keyword do?