Select from following answers:- 1, 3, 4
- 1, 5

- 1, 4, 5
- All the above
- All Above
Memory Leak:
A memory leak occurs when a program dynamically allocates memory that doesn't get properly de-allocated after its use.
Unreferenced objects:
The objects that are created during execution of some classes but currently not in use.
Garbage collector takes care of these two situations internally.
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator