Java has long been a powerhouse programming language thanks to its portability, robustness and extensive ecosystem. However, one major challenge for Java developers is interoperation with native code.
I wrote about the NetBeans hint “Overridable Method Call in Constructor” in the blog post Seven Indispensable NetBeans Java Hints. In this post, I look at why having an overridable method called from ...