Saved Bookmarks
| 1. |
Which among the following methods are used to write characters to a string?(a) StreamWriter(b) StreamReader(c) StringWriter(d) None of the mentioned |
|
Answer» The correct choice is (c) StringWriter Best explanation: The stream class method writes characters to the string. |
|