A good answer might be:Click! |
Closing FilesHere is the file closing method. It is possible (though rare) for closing a file to fail. Here, each attempt is given its own try{} block so the error messages can be specific. |
QUESTION 11:
Why is it important that the first catch{} block does not
end with |