Solved

Consider the Following Code Snippet

Question 81

Multiple Choice

Consider the following code snippet:
Try
{
PrintWriter outputFile = new PrintWriter(filename) ;
WriteData(outputFile) ;
}
Finally
{
OutputFile.close() ;
}
Catch (IOException exception)
{
) . .
}
Which of the following statements about this code is correct?


A) The file will be closed regardless of when an exception occurs.
B) The file will be closed only if the PrintWriter constructor throws an exception.
C) The file will be closed only if the writeData() statement throws an exception.
D) It is not possible to determine whether the file will be closed if an exception occurs.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions

Unlock this Answer For Free Now!

View this answer and more for free by performing one of the following actions

qr-code

Scan the QR code to install the App and get 2 free unlocks

upload documents

Unlock quizzes for free by uploading documents