Programming Languages Java True_false
Sep 24, 2025

String objects in Java are mutable.

True or False:
True
False
Detailed Explanation
False. String objects in Java are immutable. Once created, their content cannot be changed.
Discussion (0)

No comments yet. Be the first to share your thoughts!

Share Your Thoughts
Feedback