During application development, what are some principles of dealing with application errors? Note: There are 2 to choose.
Hide errors and continue silently
Use as many try/catch blocks as possible
Use try/catch blocks sparingly
Log unexpected errors
Submit