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 default and protected access specifiers?
what is thread? What are the high-level thread states? Or what are the states associated in the thread? : Java thread
Difference between notify() method and notifyall() method in java?
How to access arraylist elements in java?
Can a class have 2 constructors?
Is array an object in java?
Why do we use public static with the main function in Java?
13 Answers College School Exams Tests, Infosys,
What a static class can contains?
What is object class in java?
What are the different access modifiers available in java?
can java object be locked down for exclusive use by a given thread? : Java thread
What do you understand by soft reference?