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 is arraylist e?

559


Why do we need data serialization?

545


What are different access specifiers in java?

567


How do you access command-line arguments within the code?

573


What is the primary benefit of encapsulation?

562






What is the difference between math floor and math round?

505


What do you mean by global variable?

527


What is the char data type?

525


What is java full form?

532


How can we make copy of a java object?

546


What is var keyword ?

742


What is meant by object oriented programming – oop?

545


What is the range of a character variable?

545


What is difference between module and function?

542


What does void * mean?

537