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 |
How to call the m1() method of Base class in below snippet ? class Base { public void m1() { System.out.println("Base m1 "); } public void m2() { System.out.println("Base m1 "); } } ====================== class Derived extends Base { public void m1() { System.out.println("Derived m1"); } public void m3() { System.out.println("Derived m3"); } public static void main(String[] args) { Base ob=new Derived(); ob.m1(); //System.out.println("Hello World!"+ob.m1()); } }
What is Visual Source Safe(source control Tool)?
httt method
How many controlers are there in spring? Plz send me ans
What are the considerations to be made in case of loops in java ?
Runining mutiple tomcat server in a single machine is possible Yuo wil have to duplicate configuration with different port numbers
What are the interfaces in java collections? : java collections
i need java 1+ experience resume on java developer kindly send me my mail id:srikanthreddy1.marla@gmail.com
when exactly should we use throws ,and wen exactly should we use the try and catch for exceptional handling
Explain JSP life cycle?
What is the Spring2.5 MVC Navigation flow?
whatis arguments &what is default argument