What is the primary purpose of cookies in web applications?
- To execute server-side code
- To handle database connections
- To perform client-side validation
- To store user preferences
The primary purpose of cookies in web applications is to store user preferences, enabling a personalized and persistent experience for users.
Loading...
Related Quiz
- In the deployment descriptor, the __________ tag is used to specify which requests are passed through a particular filter.
- How do filters interact with different types of servlets and JSP pages?
- For a file upload, the request type must be __________.
- The __________ method of the ServletContext interface is used to retrieve context parameters.
- How can filters be used to manage cross-cutting concerns in a web application?