The string built using the String class are immutable (unchangeable

Loading

โœช Choose the correct option.

The string built using the String class are immutable (unchangeable), whereas, the ones built- using the StringBuilder class are mutable.

A. TRUE
B. FALSE
C. NULL
D. s1.equals(s2);

Leave a Comment