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 |
In which cases Destroy() is invoked?
How to get the server information in a servlet?
What are the benefits of using servlet over cgi?
What is the need of servlet filters?
Describe the phases of servlet lifecycle?
Elucidate servlet attributes and its scope?
What are the common methods that are included in the http servlet class?
How is the get () method different from the post() method?
What are the types of Session Tracking ?
What is a deployment descriptor?
init() method of servlet loaded by?
What are the mechanisms used by a servlet container for maintaining session information?