Question: 23
(Choose 1 answer)
Your JSP MVC application involves handling user authentication and authorization. Explain how you would
design the Controller to manage user access rights and ensure secure navigation through different views.
A. Implement authentication and authorization logic directly within the JSP pages.
B. Utilize servlet filters for handling user authentication.
C. Delegate authentication and authorization to a dedicated Security Manager class in the Model.
D. Use JavaScript to handle user authentication on the client side.