Delete comment from: Javarevisited
yes you can do this.
1) create two arraylist object from two array.
2. copy second arraylist data into first arraylist using method addAll().
3) discard second arraylist.
Aug 20, 2011, 4:37:35 AM
Posted to How to use ArrayList in Java? 10 Examples of ArrayList