Multiple Choice
When is it good practice to call the close method?
A) When many files are open, or the same file is open many times
B) When the file is associated with an input or output stream
C) When you have finished processing the data
D) All of these are correct.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q16: Because the readObject method returns a generic
Q17: Which technique is often used when processing
Q18: Java does not allow objects to be
Q19: When an object is written to a
Q20: At run time, if a non-integer is
Q22: It is legal to have more than
Q23: Tokens separate one delimiter from the next.
Q24: Assuming numberStream is a Stream containing doubles,
Q25: Tyler wrote a code that includes multiple
Q26: When reading objects from a file, until