1.

For the below mentioned code snippet: var o = new Object(); The equivalent statement is:

A. Var o = Object();
B. Var o;
C. Var o= new Object;
D. Object o=new Object();
Answer» D. Object o=new Object();


Discussion

No Comment Found