Consider the following demonstration program, which creates a file and writes three lines of text to that file: import java.io.*; public class WriteTest2 { public ...