TylerRosen
3/7/2018 - 7:48 PM

Java String

String is immutable in Java. An immutable class is simply a class whose instances cannot be modified. All information in an instance is initialized when the instance is created and the information can not be modified.