Answer Posted / 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 |
Post New Answer View All Answers
what is use of functional interface in java 8?
What do you mean by default constructor in java?
What function extracts specified characters from a string?
What is percentage in java?
What is the constructor?
What is tochararray in java?
Write a program to find maximum and minimum number in array?
Which java ide is used the most?
What is a java list?
What is threaded programming and when is it used? : Java thread
what is predefined function in java?
What is byte code and why is it important to java’s use for internet programming?
What are scriptlets?
Explain the advantages of packages in java?
How can you write a loop indefinitely in java programming?