Question: Look at the following statement: String city = Asheville; Rewrite this statement so that city references a StringBuilder object instead of a String object.
Look at the following statement:
String city = "Asheville";
Rewrite this statement so that city references a StringBuilder object instead of a String object.
Step by Step Solution
3.33 Rating (165 Votes )
There are 3 Steps involved in it
StringBuilder city new StringBuilderAsheville This question is asking you to rewrite a state... View full answer
Get step-by-step solutions from verified subject matter experts
