posted 13 years ago
Hi,
I have small doubt about ArrayList. As a part of the webservice response object i get the ArrayList where i can find exactly 3(not more ,not less and not null) objects in that list.Based on the 1st object value i have to populate another object and based on 2nd object i have to populate another object.So my question is instead of writing below logic
can i directly access the object based on the index like below
>