InterviewSolution
Saved Bookmarks
| 1. |
Which of these constructors is used to create an empty String object?(a) String()(b) String(void)(c) String(0)(d) None of the mentioned |
|
Answer» Correct choice is (a) String() To explain I would say: None. |
|