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 is the difference between an if statement and a switch statement?
What is variable explain?
Can the interface be final?
solve (x-1)(x-9)=8;
3 Answers IBM, Manhattan, TCS,
Can we use string in switch case in java?
What is unicode in java?
What are the names of Component subclasses that support painting?
Which sorting algorithm is best in java?
What is collection sort in java?
What is an empty string in css?
Matrix multiplication only using OOP concepts .
Does a class inherit the constructor of its super class?if it does, how can you hide that constructor? if it doesnot how can you call it from the sub class?