httt method
Answers were Sorted based on User's Feedback
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 |
Answer / guest
doget,dopost,doput,dohead,dooption,dodelete,dotrace
doget method default method.
| Is This Answer Correct ? | 0 Yes | 1 No |
What is difference between Application Server and Web Server?
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?
What are the different types of classes implemented in the set interfaces? : java collections
what is java virtual machine
can u draw class/object diagram for ATM
0 Answers HCL, Zycus Infotech,
When to use the Collection Classes(HashSet, LinkedHashSet, TreeSet....etc) in real time scenario ?
What do you understand by synchronization? Why is it important?
What are the classes in the java collection framework? : java collections
"Sun Certified Java Programmer" This is one String , we need to print SCJP, write the java code dynamically? pls reply this questions
What are maps interfaces in the java collections? : java collections
Explain JSP life cycle?
what is difference between struts1.2 and struts2.0