Answer Posted / 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 |
Post New Answer View All Answers
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 ?
Hi frnds how to lock an user when he enter wrong credentials more than 3 time using java or j2ee tech take username and password in a bean no need to connect DB and validate give me some sample application code or links its urgent for me thanks in advance
How is hashset maintained in memory by java ?
Explain the OOPS concept in Realtime Scenarion ? Take example as CAR. Please explain indetail ?
What is iterator in the java collections framework? : java collections
How do I find jre path in windows?
please mail me the interview question based on java/j2ee
What are the different types of classes implemented in the set interfaces? : java collections
Which java collection class can be used to maintain the entries in the order in which they were last accessed?
What is the enumerator of the java collection framework? : java collections
What are the types of the main implementing classes in the map interfaces? : java collections
What are the types of java collections? : java collections
What are the different types of collections views being provided by the map interface? : java collections
What is the difference between comparable and comparator in java.util pkg?
What are the classes in the java collection framework? : java collections