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 / 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 |
2.Different data types in C? and its value and range?
Why we need new operator in java at the time of object declaration and why not in c++?
WHat is execution in manual testing and when will we start execution and what language we use in execution
1.what is the vesition managment.
when will triggars the at new event in abap and web dybn pro?
Please describe an example where you used object orientation in one of your programs.
How does the TCP handle the issue of multiplexing?
ok how would i do the following extract from a file i have ssns = 267907230 which are in column 7 into a separate data set then create a 2nd job step to extract from the data set created the following "fund code" which is in column 31 and is 113 into yet another data set
Is there any standard procedure to test the application as a whole? Or How can I test complete application right from the requirement gathering?
what are the activities you enjoy most and How do you see these Developing in the Future with Reference to in your work life and in your personal life
I'm new to ABAP. What is Module pool in SAP?
Can any one give an example (Source Code) on virtual function implemetation in Java?