What Is Resource Leak?

Answers were Sorted based on User's Feedback



What Is Resource Leak?..

Answer / madhu

Garbage Collection (GC) in Java will relieve you from the
mundane duties of allocating, tracking, and freeing the
heap memory. Indeed, the promise has been delivered, so it
is reasonable -- and to quite an extent correct -- for you
to conclude that there will be no memory leaks in your Java
program. However, the catch is that GC can take care of
only typical heap management problems.

Is This Answer Correct ?    4 Yes 0 No

What Is Resource Leak?..

Answer / kalva raju

Garbage collector is java program,it is run in our regular
java program and it is collected un-reffernced memory in our
java program

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More Core Java Interview Questions

Can we overload destructor in java?

0 Answers  


What is classpath?

0 Answers  


How many bytes is double?

0 Answers  


How to create a thread in java?

0 Answers  


What is hashmap in java?

0 Answers  






Which is better stringbuilder or stringbuffer?

0 Answers  


How does a for loop work java?

0 Answers  


Enlist diffrent types of inheritance supported by java?

0 Answers  


What is the difference between Grid and Gridbaglayout?

0 Answers  


Is java code slower than native code?

0 Answers  


I want to persist data of objects for later use. What’s the best approach to do so?

0 Answers  


Is string a wrapper class?

0 Answers  


Categories