Which of the following statements are correct?

a. char[][][] charArray = new char[2][2][];
b. char[2][2][] charArray = {'a', 'b'};
c. char[][][] charArray = {{'a', 'b'}, {'c', 'd'}, {'e', 'f'}};
d. char[][][] charArray = {{{'a', 'b'}, {'c', 'd'}, {'e', 'f'}}};


ad

Computer Science & Information Technology

You might also like to view...

Javadoc comments are block comments containing special ____.

A. tags B. codes C. characters D. pointers

Computer Science & Information Technology

If you want to expand or compress text horizontally, you should use the ________ character spacing setting

A) scale B) default C) kerning D) position

Computer Science & Information Technology

When deciding which information assets to track, consider the following asset attributes: people, ____________________, data, software, and hardware.

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

Computer Science & Information Technology

A method to display aggregate function results as the last row in Datasheet view of a table or query.

What will be an ideal response?

Computer Science & Information Technology