The UsaaHttpServlet abstract class extends the HttpServlet class?
A
Correct answer
Explanation
UsaaHttpServlet is a custom abstract class built on top of the standard HttpServlet, extending its functionality for framework-specific requirements. The abstract class inherits all HTTP method handling capabilities from HttpServlet while adding USAA-specific behavior. This is a common pattern in custom servlet frameworks.