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 inner class final?

0 Answers  


Can private class be inherited in java?

0 Answers  


What is dot operator?

0 Answers  


What comes to mind when someone mentions a shallow copy in java?

0 Answers  


Explain about map interface in java?

0 Answers  


What are different types of encoding?

0 Answers  


Can we define package statement after import statement in java?

0 Answers  


Features of JAVA ? In which version of java synchronizedXXX() methods are included in Collections class.

1 Answers   NIIT,


why is S capital in System.out.println ????

6 Answers  


can two class in a code be public??if yes then how??

2 Answers  


Can we have multiple catch block for a try block?

0 Answers  


What is java argument list?

0 Answers  


Categories