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

Explain the key functions of data binding?

0 Answers   Akamai Technologies, Aspire, Impetus, Infogain, Tavant Technologies, Virtusa,


Can a class be defined inside an interface?

0 Answers  


What is the difference between array and array list in java?

0 Answers  


How to count occurrences of each duplicate element in a list {a,b,d,c,a,b} ? Thanks in Advance

2 Answers   TCS,


Give few examples of final classes defined in Java API?

0 Answers   BirlaSoft,






I have a Arraylist object, it has duplecate values also. Now question is i want delete duplecate data in that objet with out using Set?

8 Answers   Aricent,


What is linked hashset and its features?

0 Answers  


What is static and a non-static inner class?

3 Answers  


What does method mean?

0 Answers  


What is memory leak and how does java handle it?

0 Answers  


Is java jre still free?

0 Answers  


What is hashtable and explain features of hashtable?

0 Answers  


Categories