how to minimize the functionality to will not force garbage
collector?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / ravikiran(aptech mumbai)
We cannot restrict garbage collector that all depends on the
garbage collector engine
| Is This Answer Correct ? | 0 Yes | 1 No |
How to store image in arraylist in java?
If all the methods in abstract class are declared as abstract then what is difference between abstract class and in interface?
Who developed java?
explain local datetime api in java8?
Mention some features of java?
Can try statements be nested?
What are the two types of java?
What is skeleton and stub? What is the purpose of those?
Can an interface extend another interface?
What does nullpointerexception mean?
Why are variables important in research?
What is the importance of hashcode() and equals() methods?