Servlets can be used to handle ______, while JSP is used for presenting these to the users.
- HTTP requests
- business logic
- database operations
- presentation
Servlets are commonly used for handling business logic, database operations, etc., while JSP is primarily used for presenting content to users.
Loading...
Related Quiz
- How does a filter modify the response of a servlet or JSP in the filter chain?
- _________ in connection pools helps to identify and replace connections that are no longer viable.
- A company is deciding between horizontal and vertical scaling. What factors should they consider in their decision?
- In the deployment descriptor, the __________ tag is used to specify which requests are passed through a particular filter.
- To read uploaded files in a servlet, the __________ method is commonly used.