What is garbage collection in Java, and how can it be used ?
Answer Posted / tulsi
Garbage collection means deallocation of variables,which
are of no use(variables that wont be usefull in future).It
is a automatic process that occurs during the execution of
your program. In other lanuages this facility is not
provided, we have to do it mannually where as java provides
this process known as garbage collection.
| Is This Answer Correct ? | 4 Yes | 5 No |
Post New Answer View All Answers
whar are the draw backs of programming lang step by step in Clang and next in C++ and next and in Java nad in .Net
What are the two categories of data types in the java programming language?
What is += mean in java?
What is the access scope of a protected method?
Which class cannot be a subclass in java?
What is string manipulation?
how can you take care of mutual exclusion using java threads? : Java thread
How is string stored in java?
Explain about the security aspect of java?
How many functional interfaces does java 8 have?
Does treeset allow null in java?
design an lru cache in java?
What is the major drawback of internal iteration over external iteration?
What does split function do in java?
How do you declare an empty string?