httt method

Answers were Sorted based on User's Feedback



httt method..

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

httt method..

Answer / guest

doget,dopost,doput,dohead,dooption,dodelete,dotrace
doget method default method.

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More Java J2EE AllOther Interview Questions

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()); } }

6 Answers   Cap Gemini, TCS,


What is the difference between Eclipse and MyEclipse?

7 Answers   IBM, Wavex,


where is JNDI being used in java platform?

2 Answers  


What is an Ioc pattern? There are assemblies in .net for establishing this task, Whats the special in Java /j2ee technologies about IOC

2 Answers  


What is the Spring2.5 MVC Navigation flow?

1 Answers   IBM,






what is mean by hasing and maping in java platform and advantage?

0 Answers   CTS,


what is difference between struts1.2 and struts2.0

1 Answers  


What are the types of the main implementing classes in the map interfaces? : java collections

0 Answers  


What is a constructor?

4 Answers  


lll

1 Answers  


Difference b/w >> and >>> ?

1 Answers   Adobe, Infosys,


Q1. A. Write note on "The class path Environment Variable". B. Which are different kinds of source code? Q2. A. How to create an interface? B. Why convert an applet to an application? Q3. A. How to use Media tracker Class. B. How to use string tokenizer class. Q4. A. Explain the overview of UDP messaging. B. Difference between SQL Exception class and SQL Warning class. Q5. A. How to create com object in Java? B. Write short notes on "The properties class" Q6. A. When object is created and destroyed? B. Explain the JDB in depth & command line. C. Write short notes on Web Sites.

1 Answers  


Categories