What is garbage collection in Java, and how can it be used ?
Answer Posted / nitin kumar
Garbage collection is a system level thread that tracks each
memory allocation. During the idle cycles in the JVM, the
garbage collection thread check for and frees memory that
can be freed. It happen automatically during the lifetime of
a Java Technology program.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How will you call an Applet using Java Script Function?
What are the fileinputstream and fileoutputstream?
How many ways can an argument be passed to a subroutine and explain them?
What are the methods used to implement for the key object in the hash map?
Explain Basics of OOP Language in java
What is a platform?
How do you compare two objects?
Why lambda expression is used in java?
What is arrays fill in java?
What is the benefit of inner classes in java?
what is function overloading in java?
What is the default value of the local variables?
Is Java a dying language?
Which software is used for java programming?
What is identifier give example?