What Is Resource Leak?
Answers were Sorted based on User's Feedback
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 |
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 |
How do you reverse a string in java?
what is the use of declaring constructor as private?
5 Answers Cyient, IVY Technologies, Sai Softech, Virtusa,
Why convert an applet to an application?
What is difference between synchronize and concurrent collection in java?
What about main() method in java ?
What is lexicographically smallest string?
How to add menushortcut to menu item?
What is java object name?
What is defined as false sharing in the context of multithreading?
What is the benefit of using enum to declare a constant?
What is basic concept of static in java ?
What is a function in programming?