Difference Between String , StringBuilder And StringBuffer Classes
Oct 16, 2021 · 2 min read · String String is immutable ( as soon as created can not be changed )item . The item created as a String is saved inside the constant string pool. Each immutable object in java is thread secure ,that means string is also thread safe . String Cannot be...
TShai commented
