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


Please Help Members By Posting Answers For Below Questions

What does a za z0 9 mean?

574


How many types of memory areas are allocated by jvm?

577


Write code to implement bubble sort in java?

564


What happens when a thread cannot acquire a lock on an object in java programming?

557


Can java program run without jre?

579






When is the finalize() called?

714


What are the three parts of a lambda expression? What is the type of lambda expression?

582


Why java is considered as platform independent?

601


What is method overloading in java ?

566


What is use of inner class in java?

524


What is the method in java?

609


What is string variable?

580


What is the exact difference in between Unicast and Multicast object?

1524


What is the largest long allowed by java?

545


What is the difference between an array and an array list?

517