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 |
What is jit and its use?
what do you mean by classloader?
What is the difference between static and global variables and also define what are volatile variables?
0 Answers Flextronics, Hexaware,
How does thread synchronization occurs inside a monitor?
How does system arraycopy work in java?
What is an object's lock and which object's have locks in java programming?
What is style and indentation?
what is difference between String buffer and String builder?
Which list does not allow duplicates in java?
What is considered an anti pattern?
what is generics in jdk1.5?
What are the advantages of java over C++?