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 is the major difference between servlet and applet?
What are the two important api's in for servlets?
how the jsp page can be regenerated?
How ThreadSafe page attribute will be working in Servlet as well as in JSP?Automatically ThresdSafe is true in JSP so service method will be destroy in each and every request or not?so how thresd will handle srevice method?
What is ServletConfig object?
What is servlet context ?
When the methods init() and Distroy() will be called?
Can you explain in detail 'javax.servlet' package?
What is the difference between the servlets and cgi programs?
What are its drawbacks of cgi?
What’s the difference between forward() and sendredirect() methods?
Is dispatcher servlet a singleton?