PDA

View Full Version : sql???!!!?


xxxxxxx
10-11-2007, 11:30 PM
i used a Vector object in java prgramming and an ecxeption "array endex out of bound " occured when i wanted to fill it with integer elements, what should i do???
plz help....thanks...

Michel C
10-11-2007, 11:30 PM
Perhaps you are assigning a negative number to your index, or you told the program to access an index which isn't there, test the program by printing the index numbers the program is being assigned, and find out where your variables are in the vector, good luck!

Arvenis
10-11-2007, 11:30 PM
Can you post the code you're using that causes the Exception?