Javatpoint Logo

Diff B/w HttpServlet and ActionServlet

By: ashokk*** On: Wed May 06 13:18:33 IST 2015     Question Reputation0 Answer Reputation0 Quiz Belt Series Points0  0Blank User
I know about both class,ActionServlet is also extended from HttpServlet and override init ().doGet() and doPost() internally call process() of ActionServlet.

Both of the class receive request form end user and create only one object for that request, So in case of ActionServlet is a Singleton class SO ActionServlet will create only one object for any no of request, But i want to no about HttpServlet class also create only one object for any no of request.?
I want to know why HttpServlet create only one object for all request.

Regards
Ashok Yadav
Up0Down