

MCQOPTIONS
Saved Bookmarks
1. |
How to prevent the ClassCastExceptions? |
A. | By using instanceof |
B. | By using is-a check |
C. | By using arrow operator with check function |
D. | By checking type of conversion |
Answer» B. By using is-a check | |