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 |
Explain the differences between static and dynamic variables?
which class is the wait() method defined in? : Java thread
What is a byte string?
What is application system?
What are the types of strings?
What is the use of anonymous inner classes ?
Name component subclasses that support painting in java programming?
What is the difference between overloading and overriding a function?
13 Answers eG Innovations, Infosys, TCS,
What are different types of references?
What is the meaning of I ++ in java?
What is meant by oops concept in java?
Can we assign integer value to char in java?