

MCQOPTIONS
Saved Bookmarks
1. |
The snippet that has to be used to check if a is not equal to null is |
A. | If(a!=null) |
B. | If (!a) |
C. | If(a!null) |
D. | If(a!==null) |
Answer» E. | |