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 |
How are this() and super() used with constructors?
What is hard code & soft code?
What will happen if we cannot mention "finally" in Java Program ???
What is a protected void?
How do you use spaces in java?
What do you understand by a Static Variable?
What are features of java?
What is method overloading in java ?
Does google use java?
Why are the destructors for base class and derived class called in reverse order when the program exits
What is an interoperable application in java ?
What are constants and how to create constants in java?