By screener
via javarevisited.blogspot.com.au
Published: Mar 05 2013 / 14:13
Creating Immutable class in Java is not easy and you need to know lot of things which can break immutability. Since, Immutable class simplify development and offer multithreading benefits, it's imperative to know about them. This Java coding tips, discuss few ways to create Immutable class in Java.
Add your comment