httt method

Answers were Sorted based on User's Feedback



httt method..

Answer / siva

doGet, if the servlet supports HTTP GET requests
doPost, for HTTP POST requests
doPut, for HTTP PUT requests
doDelete, for HTTP DELETE requests
init and destroy, to manage resources that are held for the
life of the servlet
getServletInfo, which the servlet uses to provide
information about itself

Is This Answer Correct ?    2 Yes 0 No

httt method..

Answer / guest

doget,dopost,doput,dohead,dooption,dodelete,dotrace
doget method default method.

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More Java J2EE AllOther Interview Questions

what is acl(access control list)?

1 Answers   Athena, HCL,


What are the considerations to be made in case of loops in java ?

0 Answers  


what is the difference between banking and insurance domain?

2 Answers  


I have include a jsp page by using <jsp:include page="/.../xyz.jsp"/> The thing is that the xyz.jsp page has its submit button.When i click on that button the whole main page get refreshed.But i want to refresh only the xyz.jsp page.How could i achive it so that i can only refresh the xyz.jsp not the main page page?

4 Answers  


What is iterator in the java collections framework? : java collections

0 Answers  






What are the different types of features of the java collections framework? : java collections

0 Answers  


what is java virtual machine

4 Answers  


what is difference between business deligate and session facade ?

2 Answers   Fidelity,


Difference between Spring framework and Struts framework?

12 Answers   IBM, L&T, VAM,


What are the different types of classes implemented in the set interfaces? : java collections

0 Answers  


2. Write a interface "Car" with the following methods void setName(String) String getName() void setColor(String) String getColor() void setModel(long) long getModel()

1 Answers  


What is markup language?

1 Answers  


Categories