Friday, May 30, 2008

How to make an Class immutable...?

Class should be declared final with all members declared as private and no setter methods....
Immutable class in the sense...the content in the Object of the class can't be changed..

No comments: