Answer Posted / 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 |
Post New Answer View All Answers
What are serialization and deserialization?
What do you mean by hashing?
What is matcher in java?
What is flag in python?
What is Recursion Function?
What is boolean example?
Give a practical example of singleton class usage?
What is difference between static and final?
How to restrict a member of a class from inheriting by its sub classes?
Are constructors methods?
What is constructor and virtual function? Can we call a virtual function in a constructor?
What does exp mean in math?
What is the difference between a break statement and a continue statement?
What does it mean to be immutable?
What is difference between synchronize and concurrent collection in java?