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 are the considerations to be made in case of loops in java ?
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 ?
i need java 1+ experience resume on java developer kindly send me my mail id:srikanthreddy1.marla@gmail.com
What are maps interfaces in the java collections? : java collections
What is a constructor?
What causes Out of Memory exception?
2. Write a interface "Car" with the following methods void setName(String) String getName() void setColor(String) String getColor() void setModel(long) long getModel()
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...
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?
How is hashset maintained in memory by java ?
In HashSet duplicates are allowed while adding to the HashSet, but while retreiving the object from HashSet is not shown the duplicate values, WHY ?
Runining mutiple tomcat server in a single machine is possible Yuo wil have to duplicate configuration with different port numbers