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!null)
C. if (!a)
D. if(a!=null)
E. None of these
Answer» B. if(a!null)


Discussion

No Comment Found