Which of the following is a best practice for exception handling?
Use try-catch blocks sparingly
Log all exceptions to a file
Handle all exceptions in a single catch block
Never throw exceptions

Computer Science Exercises are loading ...