Google News
logo
Java - Interview Questions
Are there any other classes whose objects are immutable?
Yes, classes like Character, Byte, Integer, Float, Double, Long... called ‘wrapper classes’ are created as ‘immutable’. Classes like Class, BigInteger, BigDecimal are also immutable.  
Advertisement