finalize (){} method is outdated?
You dont clear memory manually in java. Vm does it for you
obj=null; then System.gc() and pray it works.
I cant remember any decent java lib doing this If your program uses too much memory you should rewrite it in a efficient way The only usage of System.gc() that ive seen is in some IDEs like netbeans that shows how bad netbeans is
There is a reason why netbeans is lighter than RAM gobbler called IntelliJ
Well yes intellij is worse than netbeans thats why i use eclipse
Обсуждают сегодня