MCQOPTIONS
Saved Bookmarks
| 1. |
Are the given codes : 1. Myclass class; Myclass class2 = null; 2. int i; int j = 0; |
| A. | True for (1),False for (2) |
| B. | True for (2),False for (1) |
| C. | Both (1) and (2) are equivalents |
| D. | Both (1) and (2) are not equivalents |
| Answer» D. Both (1) and (2) are not equivalents | |