Which of the following statements are correct about the status of the Http response
RequestDispatcher object is used
Which method shows the client what server is receiving
Which method take a string not a URL
Which of the scripting of JSP not putting content into service method of the converted servlet
What is the meaning of response.setHeader("xyz", "abc");
To send text output in a response, the following method of HttpServletResponse may be used to get the appropriate Writer/Stream object
Which method is used to specify before any lines that uses the PintWriter
Which of the following are the valid scopes in JSP
Which of the following method sets application/context init parameter
Which method is used to specify before any lines that uses the PrintWriter? [A] setPageType() [B] setContextType() [C] setContentType() [D] setResponseType()
The method forward(request,response) will
Which of the following is the correct order of servlet life cycle phase methods
Which of the following code is used to get language code in servlets