Multiple Choice
When we open a file for appending and the file does not exist, what will happen?
A) There will be a compiler error.
B) There will be a runtime error.
C) The file will be created.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q34: A Stream can easily be constructed from
Q35: The _ class encapsulates the concept of
Q36: Professor Simmons had a text file of
Q37: Sydney accidentally entered .5 instead of 5
Q38: Which classes can we use to create
Q40: ObjectOutputStream( OutputStream out ) is a:<br>A) class.<br>B)
Q41: An exception can only be thrown by
Q42: The PrintWriter class is designed for converting
Q43: The Java package that provides most classes
Q44: To read objects from a file, which