 |
 |
|
| Subject: |
Garbage Collections makes languages safer |
| Date: |
2008-04-30 11:15:16 |
| From: |
xylifyx |
|
|

|
|
The most important feature of garbage collection is that you can make the languages more safe. A memory model where pointers are always null or pointing to an object instance is impossible in a non trivial non garbage collected language. |
|