| Author |
ArrayOutOf Bound Exception
|
shalini gnana
Ranch Hand
Joined: Sep 18, 2007
Posts: 189
|
|
I tried to convert arraylist(object) into string and then into date..I'm getting the following exception..How to avoid this and make my program run...
|
 |
Sunny Jain
Ranch Hand
Joined: Jul 23, 2007
Posts: 433
|
|
Hi, The problem is difficult to track..because of Variable names and we don't know what is the output when you parsed the XML File, still I can tell you how to track your problem, as per my understanding problem lies in the following part of code : You can try the following modification: This is as per my understanding of the code.
|
Thanks and Regards,
SCJP 1.5 (90%), SCWCD 1.5 (85%), The Jovial Java, java.util.concurrent tutorial
|
 |
Sunny Jain
Ranch Hand
Joined: Jul 23, 2007
Posts: 433
|
|
Oops !! I made the wrong if condition..!! I am sorry..!! Please modify it : if( wrk_len < list.size( ) )
|
 |
 |
|
|
subject: ArrayOutOf Bound Exception
|
|
|