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 an integer an object?
What is hashmap and map?
What are other modifiers?
What is the full meaning of java?
What is the difference between a method and a procedure?
Is java se open source?
Is java 9 released?
What is an eror in java?
How we can generate random numbers in java?
Ducking is automatic in checked exception?True or false
Can an interface have a constructor?
what is servlet enginee?