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
Can we fetch the attributes related to a servlet on a different servlet?
Can filter be used as request or response?
What's the advantages using servlets than using cgi?
request parameter how to find whether a parameter exists in the request object?
What are important features of Servlet 3?
What are the features added in Servlet 2.5?
What are the exceptions thrown by servlets? Why?
What’s the use of the servlet wrapper classes??
What is the difference between the servlets and cgi programs?
How is an application exception handling is done using a servlet?
What do you mean by request dispatcher in servlet?
What are the common methods that are included in the http servlet class?
What do you mean by httpservlet and how it is different from the genericservlet?
What is a servlet-to-servlet communcation?
What is a web application and what is it’s directory structure?