DEV Community

Discussion on: Garbage Collector: The Desirable Aspect of Java

Collapse
 
dagnelies profile image
Arnaud Dagnelies

It's not really Java specific. Python, JavaScript, C#... Almost all modern programming languages have garbage collection. Manually allocating/freeing memory is reserved for more low level languages like C/C++.

Collapse
 
haytamkh7 profile image
haytam_7 • Edited

Hi Arnaud,
I didn't mention that this feature is ONLY available in Java, instead I tried to show a 'special' feature in Java.