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
Where do we need Operator overloading?
shall we execute our java programmes in jre
Hi All, Can any one please send me the difference between informatica 7i and 8i versions, Thanks in advance. vinod
How to use string functions in QTP?give some examples
Why did you ever become involved in QA/testing?
hi i am jyoti i have done sap training in sd and master degree in economics have 2 year exp as enduser in (gdms)and 1 year as sd consultant.as contract basis now what i can do for getting job in it industry
Plz sent me in .net 2.0 interview Question & answers?
what is the difference between rename and label
what is the BAM? where we can use it in BizTalk server?
how to add a new table with variables and thier values into a imported file uisng proc import?
in a VB application, where the data will be stored after manipulation? what is the syntax for that?
what is dot net framework
Write a shell program to test whether a given year is leap year or not ?
is it possible to desable particular parameter of the normal orcle report based on some condition ?????? if yes,wht is the function for desabling a parameter...
When you deliver your C++ headers and C++ library of a class (what all can you change in the class so that application using your class does not need to recompile the code)