Which of the following is incorrect?

A. int a(2);
B. int a[];
C. int a = new int[2];
D. int a() = new int[2];
E. int a[2];

A. int a(2);
B. int a[];
C. int a = new int[2];
D. int a() = new int[2];

Computer Science & Information Technology

You might also like to view...

Method getSelectedValues of class JList returns:

a. an array of ints representing the indices of the selected items. b. an array of doubles representing the indices of the selected items. c. an array of Strings representing the selected items. d. an array of Objects representing the selected items.

Computer Science & Information Technology

Modern processors follow Intel's original numbering sequence.

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

Computer Science & Information Technology