what is mean by Garbage collection ?
Please answer me.
Advance thanks.

Answers were Sorted based on User's Feedback



what is mean by Garbage collection ? Please answer me. Advance thanks...

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

what is mean by Garbage collection ? Please answer me. Advance thanks...

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

what is mean by Garbage collection ? Please answer me. Advance thanks...

Answer / reshma pawar

garbage collection is a concept which suports automatic
deallocation of resources

Is This Answer Correct ?    0 Yes 0 No

what is mean by Garbage collection ? Please answer me. Advance thanks...

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

Post New Answer

More C Interview Questions

write a c/c++ programthat connects to a MYSQL server and checks if the INNoDB plug in is installed on it.If so your program should print the total number of disk writes by MYSQL.

0 Answers   BirlaSoft,


What is the value of h?

1 Answers  


What are the storage classes in C?

1 Answers  


Difference between Function to pointer and pointer to function

1 Answers  


What is the code for 3 questions and answer check in VisualBasic.Net?

1 Answers   Infosys,


how to write a bubble sort program without using temporary variable?

1 Answers   Aricent,


What is a nested loop?

1 Answers  


Why doesnt the call scanf work?

1 Answers  


Which of these statements are false w.r.t File Functions? i)fputs() ii)fdopen() iii)fgetpos() iv)ferror() A)ii B)i,ii C)iii D)iv

6 Answers   Accenture,


What are the c keywords?

1 Answers  


write a C program : To find out the number of identical words in two files . the file name should be taken as command line argument .

1 Answers   Subex,


How can I find the modification date of a file?

1 Answers   Celstream,


Categories