

MCQOPTIONS
Saved Bookmarks
1. |
Assume that we have to convert false that is a non-string to string. The command that we use is (without invoking the new operator) |
A. | String newvariable= false |
B. | Both false.toString() and String(false) |
C. | String(false) |
D. | false.toString() |
E. | None of these |
Answer» C. String(false) | |