How to write an immutable Class in Java

10

Immutable classes  are those classes whose instances  state doesn’t change after it has been initialized.As we know that in Java String is an immutable class and once instantiated its value never changes.Immutable object once created and initialized

Read this post on techie-knowledge.co.in


Ashutosh kumar

blogs from New Delhi