In which of the following statements is the value of myVals null?

A. int myVals = ""
B. int [] myVals;
C. myVals = int[null]
D. int[null] = myVals


Answer: B

Computer Science & Information Technology

You might also like to view...

If you want a class that implements the List interface and do not need any methods beyond those in the List interface, you can use the ____________ class.

a. Vector b. LinkedList c. HashSet d. TreeSet

Computer Science & Information Technology

Analyzing computer systems to gather legal evidence is known as the field of

a. crowdsourcing. b. information technology. c. computer forensics. d. simulation theory.

Computer Science & Information Technology

If a Web page has a large amount of text, a(n) ____ layout will make better use of the available space in the browser.

A. static B. liquid C. fixed-width D. absolute

Computer Science & Information Technology

The default summary statistic for PivotTable reports is calculating a(n) ________ for each group

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology