Java Servlets and JSP
Casual Mode - Take your time!
1 / 16
Correct
0
Incorrect
0
Score
0%
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)