By default, Java initializes array elements to __________.

a. 0
b. 100
c. -1
d. 1


a. 0

Computer Science & Information Technology

You might also like to view...

In regards to default arguments, which of the following is false?

a. When an argument is omitted in a function call, the default value of that argument is automatically inserted by the compiler and passed in the function call. b. They must be the rightmost (trailing) arguments in a function’s parameter list. c. Default values can be constants. d. Default values cannot be global variables or function calls.

Computer Science & Information Technology

The ______ of a function take(s) information into the function from the calling program.

a. local variables b. input arguments c. output arguments d. prototype e. purpose

Computer Science & Information Technology

Which is not a purpose for coding?

A) keeping track of something B) classifying information C) concealing information D) creating information E) revealing information

Computer Science & Information Technology

Shape hints work most effectively when arranged in a ____ pattern.

A. topographical B. random C. clockwise or counterclockwise D. Any of the above

Computer Science & Information Technology