Strings in java are mutable? true and false
Answers
Answered by
0
Answer:
FALSE
Strings in java are immutable because String objects are cached in the String pool.
Answered by
0
Answer:
FALSE
Explanation:
The Java String is immutable which means it cannot be changed.
Similar questions