Posted on: 10/27/2014 2:55:14 PM | Views : 407

Hi,
I have two Arryalists
1) ArrayList list1= new ArrayList(); list1.Add("a"); list1.Add("b"); 2) ArrayList list2= new ArrayList(); list2.Add("apple"); list2.Add("ball"); list2.Add("cat"); list2.Add("dog"); Now i want to extract like if the indexes are not same
if(list1[i]!=list2[i]) { //i want to get like "cat" "dog" }
Please i need your valuable suggestion.
Appropriated for your quick and better response

Go to the complete details ...