What is a resource leak ?



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

Post New Answer

More Core Java Interview Questions

Explain which of the following methods releases the lock when yield(), join(),sleep(),wait(),notify(), notifyall() methods are executed?

0 Answers  


Is java programming easy?

0 Answers  


Why a dead thread occurs?

0 Answers  


What is escape analysis algorithm in JVM and how garbage collection actually worked n how it transfer the objects from one kind of space to other?

0 Answers  


How can we make a class singleton?

0 Answers  






What is design pattern and there types?

2 Answers   Cap Gemini,


Can a constructor be made final?

0 Answers  


How do you implement tree mirroring in java?

0 Answers   EXL, HCL,


What is a stream? what are the different types and classes of Streams?

2 Answers  


What does those terms actually mean included in the j.d.k i.6?

0 Answers  


What is method overloading with type promotion?

0 Answers  


What does @param args mean in java?

0 Answers  


Categories