Delete comment from: Javarevisited
Very good. It is the same reason why String is final. If String is not final, you can always extend it so that it is no longer immutable.
Jan 21, 2011, 10:23:05 AM
Posted to Why String is Immutable or Final in Java? Explained