By screener
via javarevisited.blogspot.com.au
Published: Jan 17 2013 / 09:56
With the introduction of Autoboxing in Java 5, method and constructor overloading becomes more confusing. This article is collection of some best practices, observation and guideline while overloading method in Java which will reduce confusion on finding out which method gets called by looking at code.
Add your comment