What's one thing that EVERY Java programmer has to know? The kind of thing that drives you crazy if the supposed Java programmer didn't know it?
Name:
Anonymous2006-07-04 8:06
If your application is well-designed, memory management will be minimal and will only appear in logical places. It makes code more readable by showing when you're done with some object (which the programmer always knows better than the GC).