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
can used Protected Class outside Function.?
What is an escape character in java?
Is set ordered?
What are the types of web technologies?
Explain the importance of finally block in java?
Given a singly linked list, find the middle of the list in a single traversal without using temporary variable.
What are the two types of java programming?
Tell me are there implementations for sorting and searching in the java libarary?
What is instance synchronization?
How does remove work in java?
What is the difference between the boolean & operator and the && operator in java programming?
How to change value in arraylist java?
How do you convert boolean to boolean?
Explain wait(), notify() and notifyall() methods of object class ?
How would you format a date in java? I.e. In the ddmmyyy format?