No. An array is just a contiguous block of memory whose length can be checked to make sure that you are not trying to access elements outside the bounds of the array.
To go to a specific element, the virtual machine simply (logically, at least) takes the starting address of the data in the array and adds the index times the element size.