Hi Folks,
Ordinary Servlets:
These are extends HttpServlet, and service the req, and send the response to the client. At the time, servicing, the container will create the objects for this servlets, when ever, it needs.
ActionServlet:
This also extends HttpServlet. But it wont create objects more than one, instead, it will service the request, by using single object. This is called, SingletonPattern. So, ActionServlets are designed by singleton pattern.
Thanks for recalling.
Regards,
Jy.
Database Engineer.
Sigma Info Solutions Pvt Ltd,
Bangalore.