Answer: b) working with try and catch blocks is faster.
Step-by-step explanation:
using try and catch blocks when performing I/O operations involving secondary storage such as disk is important because it allows potential errors to be handled gracefully.