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 |
Is oracle java 11 free?
What are the basic control structures?
What are thread priorities and importance of thread priorities in java?
When can an object reference be cast to an interface reference in java programming?
Define Compiling?
relation between list and linked list
What is thread safe in java?
what are ER diagrams?
How to instantiate member inner class?
What is the difference between static class and normal class?
what is an object and how do you allocate memory to it?
When does a class need a virtual destructor?