How to send data in get method
The method forward(request, response) will
The difference between Servlets and JSP is the ……………
Which method take a string not a URL
Which of the scripting of JSP not putting content into service method of the converted servlet
The size of a frame on the screen is measured in
How would you retrieve a list of items from a server's URL
. JSP includes a mechanism for defining …………………………. or custom tags
Which http method send by browser that asks the server to get the page only
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
The include() method of RequestDispatcher [A] sends a request to another resource like servlet, jsp or html [B] includes resource of file like servlet, jsp or html [C] appends the request and response objects to the current servlet [D] None of the above
Which of the following code can be used to redirect user to different url
Which of the following is the correct order of servlet life cycle phase methods