What is Immutable class in java
What is Immutable class in java
How to create Immutable class in Java?
once the object is created we cannot modify the content.
Example: Wrapper classes (Integer,Boolean,Byte,Short,String)
Properties
class --> final --> child classes can't be crea...
hashcodehub.hashnode.dev2 min read