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 to use finalize()Method to resources
how to print the below in java?thanks in advance.... * * * * * * * *
what is difference between String buffer and String builder?
what is meaning of JIT?
what is platform native code
We have two methods to create methods the threads. 1. Implementing runnable interface 2. Extending to thread class and overriding run method. Among these two which one is better and why? Please explain me in detail.
What is the Difference between Final Class && Abstract Class?
How can you say HashMap is syncronized?
Tell me the Importent classes in net package?
What is variable declaration and definition?
What is size () in java?
What is an empty list in java?