Computer Science, asked by farzamguru, 7 months ago

Strings in java are mutable?
True
False​

Answers

Answered by candy2635
5

Answer:

Strings can be mutable or immutable depending on the language. Strings are immutable in Java. But in some other languages, like C++, strings can be mutable, and we can modify them directly: string testString("mutable?"); testString[7] = '!

Explanation:

please mark me a brainliest

Answered by Oreki
3

\text{Strings in Java are mutable - \textbf{False}}

Similar questions