Hello All,
I just wanted to know which language has better memory management among C,C++ and Java,why is it so and it is based on what criteria?
I know that Java uses garbage collection for freeing memory and C uses DMA functions.Does this make java better at memory management since it's handled automatically? I do not know C++ so I don't have much idea there,though I know it uses destructors and delete.
Any suggestions/ideas will be grately appreciated.