0
enter your two lists or take them as parameters then combine them: List<String> newList = new ArrayList<String>(listOne); newList.addAll(listTwo);
11th Oct 2016, 3:37 PM
Michael McGaha
Michael McGaha - avatar