Which of the following statements is NOT true regarding error handling and Logging?
a) Never rely on the operating system, database, or hardware to handle errors
b) Your application’s code should always include its own error handler.
c) All errors generated by internal components such as system calls, database queries, and other internal functions, should be handled by application’s exception handler
d) Never implement a generic error page
e) All the statements are true