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

1. Once an array is created, its size cannot be changed.
2. Any items typed on the command line, separated by a space, after the name of the class are considered to be one or more arguments that are to be passed into the main method.
3. Java limits the number of dimensions that an array can have to 15.
4. If a[] and b[] are two integer arrays, the expression a == b compares the array contents.


1. TRUE
2. TRUE
3. FALSE
4. FALSE

Computer Science & Information Technology

You might also like to view...

Excel's WEEKDAY function returns a number in the range 1-7 or ________

Fill in the blank(s) with correct word

Computer Science & Information Technology

A set of characters with the same design and shape is called a ________

A) formatting mark. B) font. C) style. D) theme.

Computer Science & Information Technology

____ usually refers to the main code that makes up an application.

A. Raw code B. Source code C. Binary file D. Client code

Computer Science & Information Technology

A queue is a _____ structure.

A. FIFO B. LIFO C. random access D. circular access

Computer Science & Information Technology