ContactUs

Please send your Questions & Answers or Feedback to "mohan@javabook.org"

Why ActionServlet is singleton in Struts?

In Struts framework, actionServlet acts as a controller and all the requests made by users are controlled by this controller. ActionServlet is based on singleton design patter as only one object needs to be created for this controller class. Multiple threads are created later for each user request.

Related Posts Plugin for WordPress, Blogger...
Flag Counter