🎴 Flashcard Mode

Java Servlets and JSP

Card1 / 16
Mastered0
Review0
QuestionClick to flip

Which of the following is/are the correct statements about the setHeader method of the HttpServletResponse interface?

AnswerClick to flip back
A
This method allows us to add a name/value field to the response header.
💡 Explanation:

setHeader method is used to add name/value field for the request in the response header.

Change Mode