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
When should I use a singleton?
List the interfaces which extends collection interface?
Explain about automatic type conversion in java?
what do you understand by synchronization? Or what is synchronization and why is it important? Or describe synchronization in respect to multithreading? Or what is synchronization? : Java thread
What is widening and narrowing in java? Discuss with an example.
What is a condition in programming?
In which language java is written?
How do you call a reference in java?
Why string is called as immutable?
What is the meaning of I ++ in java?
Which package is always imported by default?
How can the checkbox class be used to create a radio button?
Add a value x to array from index l to r where 0 <= l <= r <= n-1
Can we overload final method in java?
What are the two ways in which thread can be created?