Multiple choice

In Java, an array starts counting from...

  1. 0

  2. 2

  3. 1

  4. begin

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Java arrays are zero-indexed, meaning the first element is at index 0.