Multiple choice Which of the following statements is/are false about String class in java? String is a final class in java. String class is mutable. String class is thread-safe in java. None of the above Only (2) and (3) Reveal answer Fill a bubble to check yourself B Correct answer Explanation String class is immutable and we cannot change the String value once stored.