

MCQOPTIONS
Saved Bookmarks
1. |
What kind of an exception will be thrown if the string to parse is not valid JSON? |
A. | SyntaxError |
B. | ArrayOutOfBoundException |
C. | Both SyntaxError and ArrayOutOfBoundException |
D. | None of the mentioned |
Answer» B. ArrayOutOfBoundException | |