📚 Practice Mode
Java Servlets and JSP
Learn at your own pace with hints and detailed explanations
1 / 16
Multiple Choice
Which of the following is/are the correct statements about the setHeader method of the HttpServletResponse interface?
- This method allows us to add a name/value field to the response header.
- By using this method, the web server sends a special method to the browser to request another page.
- This method allows us to get the parameter names and values.
- This method can be used in HttpServletRequest interface.
- Both (1) and (2)