adspace


When wil use singleton class in Struts

Answer Posted / dsr

The Action classes are singleton classes that are
instantiated once per class type per JVM, and all requests
for a specific action are routed through the same Action
class instance.

Is This Answer Correct ?    21 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What do you know about validation plugin ?

1031


What are the contents on web.xml in struts application ?

1072


How is declarative handling of exceptions done in struts ?

1010


What is the difference between filters and interceptors ?

1316


What is action chaining ?

1168