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
What are the phases of a servlet life cycle?
How do you design microservices?
Is servlet thread safe?
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
How we can create war file in servlet?
What are all the advantages of servlet over cgi?
What is dispatcher servlet?
What is httpservlet and how it is different from genericservlet?
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 are important features of Servlet 3?
What is the purpose of requestdispatcher interface?
Which interface must be implemented by all servlets?
What do you mean by httpservlet?
Why session tracking is needed?
What do you mean by url pattern in servlet?