Multiple Choice
When writing a string to a binary file or reading a string from a binary file, it is recommended that you use:
A) Methods that use UTF-8 encoding
B) The Scanner class methods
C) The FileReader and Writer class methods
D) The System.In and System.Out methods
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q21: What is demonstrated by the following code?<br>Try<br>{<br>(try
Q22: If you want to append data to
Q23: If the IOData.dat file does not exist,
Q25: A(n) _ is an object that is
Q28: The catch clause:<br>A) follows the try clause<br>B)
Q29: When deserializing an object using the readObject
Q30: In versions of Java prior to Java
Q36: The throws clause causes an exception to
Q44: The call stack is an internal list
Q55: When the code in a try block