Computer Science, asked by shivcivil2018, 11 hours ago

Strings in java are mutable? true and false

Answers

Answered by xXMissSuchana999Xx
0

Answer:

FALSE

Strings in java are immutable because String objects are cached in the String pool.

Answered by favofc
0

Answer:

FALSE

Explanation:

The Java String is immutable which means it cannot be changed.

Similar questions