hi, i have two arraylists like follows. list1.add("1"); list1.add("2"); list1.add("3"); and list2.add("2"); list2.add("4"); list2.add("5"); how to compare two lists if list2 contains list1 retrn true.