Question: 3.) Write a String to a File using PrintStream This time build a class WriteString. This class, when instantiated, will write a string to a
3.) Write a String to a File using PrintStream This time build a class WriteString. This class, when instantiated, will write a string to a file by using a PrintStream object connected to a FileOutputStream Object.
[i.e. // This code goes in main()
WriteString ws = new WriteString(f1.txt,Hello world);]
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
