how can i retrieve missing element in array

how can i retrieve missing element in arrays if array length is exceeded
[79 byte] By [venu7a] at [2007-11-27 2:34:45]
# 1
I have read this several times and I can't find an interpretation that makes sense. Please provide some more detail.
sabre150a at 2007-7-12 2:52:26 > top of Java-index,Java Essentials,Java Programming...
# 2
array having 100 elements but it is taking only 99 elements .one element is missing how can retrieve that element
venu7a at 2007-7-12 2:52:26 > top of Java-index,Java Essentials,Java Programming...
# 3
Sorry but I still don't understand. Where does the array come from. Who/what puts the values in the array? How do you know there is one element missing?
sabre150a at 2007-7-12 2:52:26 > top of Java-index,Java Essentials,Java Programming...
# 4

Not sure about what the question means, but could it be that OP is not aware that the first element in an array is at index 0 (not 1) ?

[url=http://java.sun.com/docs/books/tutorial/java/nutsandbolts/arrays.html" style="background:url(http://java.sun.com/docs/books/tutorial/figures/java/objects-tenElementArray.gif) no-repeat; width:400; height:145;"] [/url]

TimTheEnchantora at 2007-7-12 2:52:26 > top of Java-index,Java Essentials,Java Programming...
# 5
> Not sure about what the question means, but could it> be that OP is not aware that the first element in an> array is at index 0 (not 1) ?> :-) Brilliant Tim!
sabre150a at 2007-7-12 2:52:27 > top of Java-index,Java Essentials,Java Programming...