Answer Posted / rajshri
public void doGet(HttpServletRequest req,HttpServletResponse res)throws ServletException,IOException
{
doGet(req,res)
}
public void doPost(HttpServletRequest req,HttpServletResponse res) throws ServletException,IOException
{
doPost(req,res)
}
| Is This Answer Correct ? | 13 Yes | 1 No |
Post New Answer View All Answers
Explain servlet events?
What is the difference between Servlets and Applets?
Why do we need a constructor in a servlet if we use the init method?
Explain the custom jsp tags and the beans.
What is http servlet?
What's the architecture of a servlet package?
What are the drawbacks of cgi?
What are the annotations used in servlet 3?
A client sends requests to two different web components. Both of the components access the session. Will they end up using the same session object or different session ?
Hi frnd can i any one kindly can post for me portlet,hibernate and spring example application and with flow explantion configuration using Jdeveloper.and related links ar tutorials kindly please send me .its urgent for me .thanks in advance...........else can any one send to kondaiah.goddeti@gmail.com
hi actully i hav form columns with origin and destination names .as like as i need to create one more column with name amount. my requirement is when i select origin and destination columns automatically i need to get amount from database.how can i. please tel me with relative code
What is servlet api used for conneting database?
What's the advantages using servlets than using cgi?
Define servlet mapping?
How are filters?