What is an Immutable class and How to create one ?
What is an immutable class?
Immutable class are the kind of classes who doesn't allow to change the data of their objects once they are created.
In normal language, if you create an object of a immutable class and set the data of that object while cr...
codeinjava.hashnode.dev3 min read