Community

Never Break the Chain: Constructor Chaining in Java

(Mateusz Winnicki) There are many ways to create objects in Java. Check out this post on using the constructor chaining method to avoid some of the common problems with objects.