This page contains an archived post to the Java Answers Forum made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.
Message: Immutable object question? Posted by Raji on August 30, 2001 at 3:03 PM
When do you typically implement Immutable on an object? ie. what is the design criteria used.
And besides the fact that they don't have setters on them, is there any other characteristic to Immutable objects?
Thanks