Suppose i have all the implementation code required is written
in doGet() but my class has doPost() method. i need code
implemented in doGet() how can we do that?

Answer Posted / aditya

If all the implementation is written in doGet()and the class has implemented the functionality in doPost(),servlet container will throw an exception.

A workaround could be calling doPost() from your doGet() method.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is the difference between uservariables and systemvariables (in Environmental variables)???

1945


If u need any fake experience certificate in software side, contact me at: vikramyadhav@gmail.com

7850


I want Ada programming language books. Could anyone post me any link for that?

2956


what are other resources are needed for this mantis?

1528


Find out the list of authorization objects which contains activity as a field? Thanks in advance.

1769






Please describe an example where you used object orientation in one of your programs.

1496


in a VB application, where the data will be stored after manipulation? what is the syntax for that?

1832


Plz sent me in .net 2.0 interview Question & answers?

1651


What are the tasks performed by a Team Lead

2338


I need source code for Enrollment System using Visual Basic 6.0/2008 database MS Access 2007 for my school thesis project...please help me..kindly send in my email jpinedamcp@gmail.com

1586


Write a program to show polymorphism.

703


9.Difference between even and odd signals?explain with the diagram?

2974


there are N number of matchboxes numbered 1...N.each matchbox contain various number of stick.Two player can alternatevely pick some amount of stick from the higest stick containing box . The player is condidered win if there is no stick after his move.Find the final move so that the move player win. Note:In case the number of stick is equal ,pick the stick from the higest numbered box. eg: 3 box contain stick as:1,1,1. if u take 1 stick from 3rd numbred box you will any how win the match.

2432


what is the use of occurs 10 or (any number) in the internal table declaration with header line.

1476


what is throws keyword

3002