String are immutable in java..i.e they are constant.Any modifiction to the String leads new object cretions. two ways to create String objects using String literal and using new object. Creating ...
Java’s String class encapsulates an array of bytes. A byte can be converted to a char, in which case, String becomes an array of characters used to compose words, sentences, or any other data you want ...