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

Life Cycle of servlets?

4 Answers   3i Infotech,


What is SingleThreadModel interface?

0 Answers  


How do you run a servlet?

0 Answers  


What is servlet mapping?

0 Answers  


Hi friends am newbie to servlet. How code reusability easy in servlet. why not in jsp . here reusabillity means only javabeans or any thing else.

1 Answers  






how to pass parameter from servlet to html form

4 Answers  


A client sends requests to two different web components. Both of the components access the session. Will they end up using the same session object or different session ?

0 Answers  


What are the different mode that servlets can be used?

0 Answers  


Describe the phases of servlet lifecycle?

0 Answers  


When the methods init() and Distroy() will be called?

2 Answers  


What is servlet and list its types?

0 Answers  


What is the difference between doGet and doPost?

9 Answers   iGate,


Categories