What is the default HttpRequest method?

Answers were Sorted based on User's Feedback



What is the default HttpRequest method?..

Answer / vishnuvardhan

doGet

Is This Answer Correct ?    7 Yes 0 No

What is the default HttpRequest method?..

Answer / naresh

doGet(HttpServletRequest request,HttpServletResponse response)

Is This Answer Correct ?    4 Yes 1 No

What is the default HttpRequest method?..

Answer / kalyan

goGet(HttpservletRequest res,HttpservletResponse res ) is
the default HttpRequest method.

Is This Answer Correct ?    1 Yes 1 No

What is the default HttpRequest method?..

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

What is the default HttpRequest method?..

Answer / pramod p deore

goGet(HttpServletRequest request, HttpServletResponse
response)

Is This Answer Correct ?    0 Yes 1 No

What is the default HttpRequest method?..

Answer / giridhar gangapatnam

doGet() method is the default HttpRequest method.

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More Servlets Interview Questions

In which cases Destroy() is invoked?

2 Answers  


How to get the server information in a servlet?

0 Answers  


What are the benefits of using servlet over cgi?

0 Answers  


What is the need of servlet filters?

0 Answers  


Describe the phases of servlet lifecycle?

0 Answers  






Elucidate servlet attributes and its scope?

0 Answers  


What are the common methods that are included in the http servlet class?

0 Answers  


How is the get () method different from the post() method?

0 Answers  


What are the types of Session Tracking ?

0 Answers  


What is a deployment descriptor?

0 Answers  


init() method of servlet loaded by?

3 Answers  


What are the mechanisms used by a servlet container for maintaining session information?

0 Answers  


Categories