Immutable objects are those objects that cannot be modified once created. For example : String, BigInteger, BigDecimal, Integer, Float, Long, etc.
Immutable objects are those objects that cannot be modified once created. For example : String, BigInteger, BigDecimal, Integer, Float, Long, etc.