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 struts1.2 and struts2.0
How do you create UserTransaction Object? How do you rollback a transaction in a method?
Runining mutiple tomcat server in a single machine is possible Yuo wil have to duplicate configuration with different port numbers
what debugging tool that can be used to debug the java programs?
Is it Mandatory to map each pojo class variable with table column in Hibernate? Is there any alternative to skip some of those? Thanks in advance...
What is the use of log4j and how to make use of that in a application?
Hi we have an urgent requirement for Java/J2ee technical lead position & also looking for "Java Guidewire claimcentre" experienced professional for Bangalore location if interested can reach srisanh@gmail.com
what protocols does JNDI provide an interface to?
what is the IDE that you have used to write your java programs?
2 Answers Inforica, Interface Software,
In hyderabad, which s/w training center is best for java, other than corejava what r the new tools to learn in java,which tool is best & have current requirement,pls give me information about java to learn ?
how to deploy the web application ?
In HashSet duplicates are allowed while adding to the HashSet, but while retreiving the object from HashSet is not shown the duplicate values, WHY ?