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 |
Explain access modifiers in java.
What is the java project architecture?
If a class is declared without any access modifiers, where can the class be accessed?
Why for each loop is used?
How is abstraction implemented in java ?
What does it mean that a method or field is “static”?
What is the use of coding?
What is the size of integer?
What is difference between c++ and java ?
What are the uses of final, finally and finalize in java?
2 Answers Agiline, FINO PayTech, HCL,
Break statement can be used as labels in java?
What is static method with example?