What is a resource leak ?
Answer / pradip mishra(b-tech it)
In computer science, a resource leak is a particular type
of resource consumption by a computer program where the
program cannot release resources it has acquired. This
condition is normally the result of a bug in a program.
Typical resource leaks include memory leak and handle leak
| Is This Answer Correct ? | 3 Yes | 0 No |
Difference between Primary key and unique key?
What is the difference between quicksort & mergesort? When should they be used? What is their running time?
0 Answers Akamai Technologies,
What will happen if static modifier is removed from the signature of the main method?
What is meant by collection in java?
How to avoid memory leak in java?
Difference between static binding and dynamic binding?
What is access modifiers?
What is a buffer in java?
What is the entry point in Java, and how is it written?
What is the public field modifier?
Difference between class#getinstance() and new operator ?
What is singleton math?