Which exception will the following code generate?
```
Dim num1 As Integer, num2 As Integer = 1000000
num1 = num2 * num2
```
(A) NullReferenceException
(B) ArgumentOutOfRangeException
(C) OverflowException
(D) InvalidCastException
(C) OverflowException
You might also like to view...
Answer the following statements true (T) or false (F)
1. The vi editor is the only editor that UNIX supports. 2. The vi editor is considered as a line editor. 3. The vi editor modes are adding mode and delete mode. 4. Some of the basic editing jobs are: Creating files, entering text, deleting text, searching text and modifying text. 5. The vi editor command mode is not case sensitive.
Java keywords are ____________ .
a) identifiers b) reserved for use by Java c) case sensitive d) Both b and c.
What device can help a Web master determine the number of Internet users ex-posed to an advertisement and the percentage of those users who actually clicked an ad?
What device can help a Web master determine the number of Internet users ex-posed to an advertisement and the percentage of those users who actually clicked an ad?(a) Log-file. (b) Tracking device. (c) CRM. (d) None of the above.
What does a green triangle in the upper left corner of a cell mean?
A. Precedent to another cell B. Source cell lost C. Potential syntax error D. Potential logic error