Answer Posted / sekhar babu
No, It will create Instance of Action Class for each
request, internally it will use Single-ton Design pattern
for the ActionServlet.
In Action class we will actully write business logic, so
Action class is not SingleTon only ActionServlet is singleton
Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
How to convert struts to spring mvc?
Which model components are supported by Struts?
Which interceptor is responsible for file upload support?
How can forward action be used to restrict a strut application to mvc?
What is the use of resourcebundle.properties file in Struts Validation framework?
Is struts 1 still supported?
Whats the difference between the default namespace and the root namespace?
What are the pros of struts 2?
What is container struts2?
What is includeaction?
Describe the mvc on struts?
Explain architecture of struts2?
How is token generated?
Lists the bundled validators in struts?
State the procedure for using forward attribute of link tag’s.