Which method can be used to create an output object for file temp.txt?
a. new PrintWriter("temp.txt")
b. new PrintWriter(temp.txt)
c. new PrintWriter(new File("temp.txt"))
d. new PrintWriter(File("temp.txt"))
a. new PrintWriter("temp.txt")
c. new PrintWriter(new File("temp.txt"))
Computer Science & Information Technology
You might also like to view...
The ________ setting examines the ASCII values for the characters contained in a string and is therefore case sensitive
Fill in the blank(s) with correct word
Computer Science & Information Technology
What is extrusion prevention?
A. Preventing certain information from entering the company. B. Preventing all information from leaving the company. C. Preventing all information from entering the company. D. Preventing certain information from leaving the company
Computer Science & Information Technology