Since day one of learning Java I\'ve been told by various websites and many teachers that arrays are consecutive memory locations which can store the specified number of data al
On your first picture arr[0] to arr[4] are not references to the array elements. They are just illustrative labels for the location.
arr[0]
arr[4]