Page 1 of 1
About Question enthuware.ocajp.i.v7.2.827 :
Posted: Fri May 09, 2014 2:16 pm
by JeramieH
Code: Select all
Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 10
at exceptions.TestClass.doTest(TestClass.java:24)
at exceptions.TestClass.main(TestClass.java:14)
main() only calls hello()... there's no doTest() in the question code.
Re: About Question enthuware.ocajp.i.v7.2.827 :
Posted: Fri May 09, 2014 8:41 pm
by admin
You are right. It should be hello. Fixed.
thank you for your feedback!
Paul.
Re: About Question enthuware.ocajp.i.v7.2.827 :
Posted: Mon May 12, 2014 4:28 pm
by JeramieH
admin wrote:You are right. It should be hello. Fixed.
thank you for your feedback!
Paul.
Sure thing. I try to keep my "dumb questions" : "legit feedback" ratio in balance.