DEV Community

Discussion on: Java is NOT EASY to learn. But still worth :)

 
delta456 profile image
Swastik Baranwal

It's because they are used to newer languages which cleans up everything for them.

Thread Thread
 
oldprogrammer profile image
OldProgrammer • Edited

Even with Java care has to be taken so that the garbage collector thinks it can actually release an object when it goes out of scope.