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
How can the session in servlet can be destroyed?
What are the functions of Servlet container?
What is the workflow of a servlet?
Explain url encoding in servlet?
What is the functionality of actionservlet and requestprocessor?
What are the functions of the servlet container?
What is servlet looping or chaining?
How would you create deadlock on your servlet?
Why the concept of single thread model interface is used?
Why do we use sendredirect() method?
What is url encoding and url decoding
What are the annotations used in servlet 3?
What is the purpose of inter-servlet communication?
What is the use of java servlet api?
What are the servlet events?