http://www.unix.com – Hello All, I have the following code, Code: package com.java.tutorial.examples; import java.io.BufferedReader; import java.io.BufferedWriter; import java.io.FileNotFoundException; import java.io.FileReader; import java.io.FileWriter; import java.io.IOException; public class Swapping { /** * @param args */ public static void main(String[] args) throws FileNotFoundException, IOException { BufferedReader file1 = new (HowTos)