What is primarily stored in ServletConfig?
- Context attributes
- Request parameters
- Servlet parameters
- Session data
ServletConfig primarily stores servlet parameters, which are initialization parameters for a servlet.
Loading...
Related Quiz
- How do filters interact with different types of servlets and JSP pages?
- A developer needs to insert multiple rows into a database efficiently. Which statement type and technique should they use?
- What are the security concerns to consider while implementing file upload in servlets?
- How does PreparedStatement help in preventing SQL injection attacks?
- What method is used to complete the asynchronous process and send a response?