Science, asked by abhipsapalia460, 9 months ago

the garbage collector does not come to collect the garbage ?​

Answers

Answered by Anonymous
3

Answer:

No doubt about it, garbage collectors are weird. No, I don't mean the helpful men and women who go from door to door ...

Answered by mythilir2011
0

Answer:

No doubt about it, garbage collectors are weird. No, I don't mean the helpful men and women who go from door to door collecting refuse once a week. I mean programming systems where the programmer only allocates memory, and the system decides when to free it.

No doubt about it, garbage collectors are weird. No, I don't mean the helpful men and women who go from door to door collecting refuse once a week. I mean programming systems where the programmer only allocates memory, and the system decides when to free it.Last month, Bill Venners wrote an excellent article on how garbage collectors works and a bit about how garbage collection is implemented in Sun's Java Developer's Kit (JDK). The important point is that garbage collection isn't new; it simply hasn't been so obviously present in a language targeted at such a wide programmer group before.

Similar questions