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

How do you reverse a string in java without using string buffer?

0 Answers  


What is a programming object?

0 Answers  


Why there is no call by reference in java?

0 Answers  


How many bits is a string in java?

0 Answers  


How is abstraction implemented in java ?

0 Answers  






Explain about global variables in Java?

3 Answers  


What is the destroy method?

0 Answers  


What happens if a constructor is declared private?

0 Answers  


What is the map interface in java programming?

0 Answers  


Why constructor has no return type?

0 Answers  


When is finally block not called?

0 Answers  


Explain a situation where finally block will not be executed?

0 Answers  


Categories