The Question is as follows: Explain the difference between the output of the following two fragments of code for outputting an int i to a file

i)


PrintWriter outfile = new PrintWriter(new...