Question: In a program that makes lots of changes to strings, would it be more efficient to use String objects or StringBuilder objects? Why?
In a program that makes lots of changes to strings, would it be more efficient to use String objects or StringBuilder objects? Why?
Step by Step Solution
3.37 Rating (163 Votes )
There are 3 Steps involved in it
Using a StringBuilder would be more efficient as it ... View full answer
Get step-by-step solutions from verified subject matter experts
