Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

Given an array of size n. It contains numbers in the range 1 to n. Find the numbers which aren?t present.

1144


What is SOLID Principle in Programming Language?

1288


sample code for data transfer between two r/2 systems and r/3 systems?

2007


how to work search engine? plz detail answer me.

1901


Why did you ever become involved in QA/testing?

2123


Is there any standard procedure to test the application as a whole? Or How can I test complete application right from the requirement gathering?

1991


Diffrence between 2.0,3.0,3.5,4.0. versions of .net?

3203


how do i add a column dynamically in a table by using java application?

2082


how sap is different from other software ?

2229


Given a set. Write the pseudo code to get all the subsets for the given set. Eg. Input : {1,2} Output : (),(1),(2),(1,2)

2723


through which algorithm does the garbage collector works? how the garbage collector will understand that the object will going to be deleted?

2573


how do i create my own exception class which will restrict IO exception?

2789


hi viewers, tell me,what is scripting and programming, define and difference...pls

2015


Diff between IF and where ?

2096


what is throws keyword

3753