One of the special properties in the Array class is Length. It returns ____.

A. an int representing the number of values currently stored in the array
B. an int representing the size the array was dimensioned
C. how much storage is consumed by the entire array
D. the length of an individual element of the array


Answer: B

Computer Science & Information Technology

You might also like to view...

If you want to query purchases in a Transactions table from last Tuesday through today, use the ________ operator

Fill in the blank(s) with correct word

Computer Science & Information Technology

An INDEX function returns the position of a value.

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

Computer Science & Information Technology

The representation of the character A by the group of 8 bits, 01000001, is an example of:

a. digital coding b. phase modulation c. binary modulation d. analog transmission e. pitch variation

Computer Science & Information Technology

When NetBeans runs a program, the flow of execution begins in the ____ method.

A. main() B. start() C. execute() D. begin()

Computer Science & Information Technology