I find it difficult to understand the following:
"The Java language specification allows the dummy gc () method."
Why should the standard do this?
Effectively creating an important java function is optional.
It also means that my program will behave differently on two different JVM implementations !!! Something completely against Java is an important portability feature.
source
share