Ask your own question, for FREE!
Computer Science 17 Online
OpenStudy (alprincenofl):

Java - Choices: What is the name of the error resulting from accessing a nonexistent element in an array?

OpenStudy (alprincenofl):

nonexistent error access error element error bounds error

OpenStudy (alprincenofl):

is it bounds error?

OpenStudy (woodrow73):

http://pastebin.com/RbFGcJi2 represents the source code for testing access to an array element that doesn't exist -- as you can see by the console output, it throws a bounds error; more specifically an ArrayIndexOutOfBoundsException.

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!