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
Can java inner class be static?
What is the original name of java?
what is meant by Byte code concept in Java?
What is the use of singleton?
How are this() and super() used with constructors in java programming?
What does index mean in java?
What is a superclass?
What is final variable?
What is a finally block? Is there a case when finally will not execute?
What is derived datatype?
What must a class do to implement an interface in java programming?
Does java arraylist maintain insertion order?
Which is fastest collection in java?
What is anti pattern in programming?
What are the 7 types of characters?