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 port number in java?
wht is customised exception?
1 Answers Logica CMG, Novell, Prudential,
What is diffrance between FINALIZE() & FINALLY ?
What is namespace in java?
WHAT IS MARKER INTERFACE,AND NO METHODS IS NOT THERE ON THAT INTERFACE THEN WHY WE USED IN JAVA?
Can I learn java without any programming experience?
Can you extend main method in java?
What are the important features of Java 9 release?
What is the difference between the final method and abstract method?
Write a program to reverse array in place?
What is computer compiler?
Does string is thread-safe in java?