What is the default HttpRequest method?
Answers were Sorted based on User's Feedback
Answer / naresh
doGet(HttpServletRequest request,HttpServletResponse response)
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / kalyan
goGet(HttpservletRequest res,HttpservletResponse res ) is
the default HttpRequest method.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / jiban
who are giving the the answer are wrong.....just go and read properly then give reply.....
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / pramod p deore
goGet(HttpServletRequest request, HttpServletResponse
response)
| Is This Answer Correct ? | 0 Yes | 1 No |
doGet() method is the default HttpRequest method.
| Is This Answer Correct ? | 0 Yes | 1 No |
Explain request dispatcher and its methods.
Can you refresh servlet in client and server-side automatically?
What do you mean by web applications? Explain web application directory arrangement?
Once the destroy() method is called by the container, will the servlet be immediately destroyed? What happens to the tasks(threads) that the servlet might be executing at that time?
In jsp custom tags from child tags to how many levels of parent tags you can acess
Define the life cycle of a servlets.
What are the various ways of session supervision in servlets?
Explain the difference between get and post method in servlet?
what is OOAS
What is the purpose of dispatcherservlet properties?
Why is it that we can't give relative URL's when using ServletContext.getRequestDispatcher() when we can use the same while calling ServletRequest.getRequestDispatcher()?
What’s the difference between forward() and sendredirect() methods?