InterviewSolution
Saved Bookmarks
| 1. |
Which of these classes is used to create an object whose character sequence is mutable?(a) String()(b) StringBuilder()(c) String() & StringBuilder()(d) None of the mentionedThe question was posed to me during an interview.My question is from Writing Console Output Operations in section Console I/O Operations and Stream Classes of C# |
|
Answer» Right answer is (b) StringBuilder() |
|