KnowledgeBoat Logo
|

Computer Applications

An array element is accessed using …………… .

  1. a first-in-first-out approach
  2. the dot operator
  3. an element name
  4. an index number

Java Arrays

3 Likes

Answer

an index number

Reason — An array element is accessed using the array name along with an index number, which corresponds to the position of the element in an array.

Answered By

3 Likes


Related Questions