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 flag up means?
Explain the difference between an object-oriented programming language and object-based programming language?
Which is faster call by value or call by reference?
What is jvm? How its run?
How to create packages in java?
What is a double vs float?
Which sort is best in java?
Is a boolean 1 bit?
What is anagram word?
What is the use of list in java?
What is difference between arraylist and list in java?
What is a parameter in simple terms?
Mention some interfaces implemented by linked list in java.
What is the default value of byte datatype in java?
What is the base class for error and exception?