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 |
What are the 4 types of research methods?
What is public/private protected in java?
How many bits are in a sentence?
Difference between string s= new string (); and string s = "abv";?
why java uses class level type casting ?
What is data abstraction? Elaborate with example?
What is assembly language?
What Is Resource Leak?
How can we find size of the object ?
why static class in java or what is use of static class in java
What language is java written?
What is the difference between length and length () in java?