public class SampleMain {
public static void main(String[] aArg) throws Exception {
File tSourceFile = new File("source.txt");
File tDestFile = new File("dest.txt");
List<String> tSourceList = new ArrayList<String>();
List<String> tDestList = new ArrayList<String>();