
Asked in TCS and 4 others
How do memory leaks happen?

AnswerBot
1d
A memory leak occurs when a program allocates memory but fails to release it, leading to reduced performance or crashes.
Memory leaks happen when dynamically allocated memory is not freed after use.
The...read more
Anonymous
2y
Memory Leak is a situation where there are objects present in the heap that are no longer used, but the garbage collector is unable to remove them from memory
Anonymous
2y
memory leak is a type of resource leak that occurs when a computer program
Anonymous
3y
Through cyclic references. Usually seen in closures.
alok kamal
3y
Memory leak causes due to allocating memory block inside the heap memory segment and forget to delete. Memory leak is serious issue for servers by which definition never terminate.
Add answer anonymously...
Interview Questions from Popular Companies

3.7
• 8.7k Interviews

4.0
• 5.4k Interviews

3.5
• 4.2k Interviews

3.6
• 8k Interviews

3.7
• 6k Interviews

3.7
• 6.2k Interviews

3.5
• 4.2k Interviews

3.7
• 5.1k Interviews
Stay ahead in your career. Get AmbitionBox app


Trusted by over 1.5 Crore job seekers to find their right fit company
80 L+
Reviews
10L+
Interviews
4 Cr+
Salaries
1.5 Cr+
Users
Contribute to help millions
AmbitionBox Awards
Get AmbitionBox app

