'[]'
a[index]
The element of the array at the specified index. If the index is out of range (index < 0 || index >= a.length()), the null is returned.
index
null