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 |
What are the functions of Servlet container?
can we create more than ServletContext and ServletConfig in your application
Why filter is used in servlet?
Can a servlet be called by passing its name as a parameter in the URL?
What is difference between get and post method?
Describe in brief RequestDespatcher?
How to pass session values from one servlet container to another servlet container? or how can we get session values of one container in another container?
what is a session object?
Why servlet is used as controller ? Not JSP? I want complete explation?
which type of data passing is used in realtime?
Difference between httpservlet and generic servlets?
Which interface should be implemented by all servlets?