When compiling a generic class, the __________ option should be used to view the unchecked warning message.

a. -Xlint:unchecked.
b. -X:unchecked.
c. -warning:unchecked.
d. -unchecked.


a. –Xlint:unchecked.

Computer Science & Information Technology

You might also like to view...

The for header__________ can be used to vary the control variable over the odd num- bers between 1 and 10.

``` a) for ( int i = 1; i <= 10; i += 1 ) b) for ( int i = 1; i <= 10; i += 2 ) c) for ( int i = 1; i <= 10; i -= 1 ) d) for ( int i = 1; i <= 10; i -= 2 ) ```

Computer Science & Information Technology

Which of the following arithmetic operations is allowed on pointer variables?

A. Increment B. Modulus C. Multiplication D. Division

Computer Science & Information Technology

You can press the CTRL+ACCENT MARK(`) to display the formulas in a worksheet.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Data access methods allow records to be located, stored and retrieved. .

Answer the following statement true (T) or false (F)

Computer Science & Information Technology