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 |
can it possible to validate form field before execution of a servlet service method if yes how??
What’s the difference between genericservlet and httpservlet?
Explain Action Servlet?
How can I share objects across different sessions?
What is servlet initializer?
Whether we can get deadlock situation in servlets?
How does Cookies work in Servlets?
how can we create object to a class in a jsp file?
5 Answers Accenture, L&T, TCS,
How can you push data from an Applet to a Servlet?
Is Servlet Class Thread safe?????? How to make servlet Thread safe ???
What are different ways for authentication of servlet?
What is the use of servlet context?