

MCQOPTIONS
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» B. String(void) | |