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 |
waht are architecture of web application?
my interviewer asked me what technical specification you used how to answer that question
when exactly should we use throws ,and wen exactly should we use the try and catch for exceptional handling
what is difference between business deligate and session facade ?
what is difference between struts1.2 and struts2.0
What are the types of java collections? : java collections
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 is difference between vector and arraylist?.
what is the IDE that you have used to write your java programs?
2 Answers Inforica, Interface Software,
What is iterator in the java collections framework? : java collections
What is the enumerator of the java collection framework? : java collections
What is IOC in spring?