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 you create a session in servlet?
What's the servlet interface?
Who is responsible for writing a constructor?
What do you mean by servlet context?
Why is httpservlet declared abstract?
What is the capacity the doget can send to the server?
What is servlet collaboration?
Explain the servlet filter.
Explain the jar and war files in servlet?
How will two or three servlets interact or communicate with each other?
Explain is servlet mapping?
What is servlet attributes and their scope?
What is the difference between context parameter and context attribute?
How do you get the ip address of the client in servlet?
How do you design microservices?