what is mean by Garbage collection ?
Please answer me.
Advance thanks.
Answers were Sorted based on User's Feedback
Answer / preeti singh
Garbage collection refers to a daemon process that reclaims
the memory that is no longer referenced by an application
that uses dynamic memory allocation.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / amutha
garpage collection one of the dynamic memory allocation so
that don't use long reference application
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / reshma pawar
garbage collection is a concept which suports automatic
deallocation of resources
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / sunita yadav
when we use small amount of data in a large memory space
then since the data is less so memory will waste.to resolve
this probleb the concept of garbag collection is used,by
this concept we gathere all the free wastag memory so that
it can be used by other programs.
| Is This Answer Correct ? | 0 Yes | 0 No |
Hai sir, I had planned to write the NIC scientific engineer exam , plz post the sample question......
What is array within structure?
What is typeof in c?
what are the facialities provided by you after the selection of the student.
write a program in c to read array check element is present or not?
How can I write a function that takes a format string and a variable number of arguments?
m=++i&&++j(||)k++ printf("%d"i,j,k,m)
Is c an object oriented programming language?
how 2 compile & execute c program with out using editor?
What is a function in c?
What is the use of clrscr?
What is a function simple definition?