Which statement correctly passes the array items to method takeArray? Array items contains 10 elements.

a. takeArray(items[]).
b. takeArray(items).
c. takeArray(items[9]).
d. Arrays cannot be passed to methods—each item must be sent to the method separately.

B

Computer Science & Information Technology

You might also like to view...

Which of the following represents the address a host can use to test its own IP stack in IPv6?

A) :: B) ::1 C) 1:: D) FD::

Computer Science & Information Technology

To be effective, the problem resolution process must have what sort of mechanism?

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

Computer Science & Information Technology