Multiple Choice
When we open a file for appending and the file already exists:
A) there will be a compiler error.
B) there will be a runtime error.
C) the file contents will be overwritten.
D) we will be adding data at the end of the file.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q42: The PrintWriter class is designed for converting
Q43: The Java package that provides most classes
Q44: To read objects from a file, which
Q45: What is the purpose of the following
Q46: The purpose of the try and catch
Q48: To read from the file favoriteMovies, what
Q49: Which method of the class Scanner do
Q50: Which of the following is the exception
Q51: Replacing the contents of a file with
Q52: Which of the following is the best