Questions Related to security

Multiple choice technology security
  1. Never rely on the operating system, database, or hardware to handle errors

  2. Your application’s code should always include its own error handler.

  3. All errors generated by internal components such as system calls, database queries, and other internal functions, should be handled by the application’s exception handler

  4. Never implement a generic error page

Reveal answer Fill a bubble to check yourself
D Correct answer