Explain design patterns which is used in struts?



Explain design patterns which is used in struts?..

Answer / Shiwanand Prasad

Struts uses several design patterns, including the Front Controller pattern (handling all requests through a single controller), Model-View-Controller (MVC) pattern, and the Chain of Responsibility pattern (for action interceptors).

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Struts Interview Questions

What is an interceptor stack?

1 Answers  


How many Action classes have been used in your project? Differences between struts 1.1 and 1.3?

1 Answers   Oracle,


Explain the components of struts?

1 Answers  


What is strut action mapping?

1 Answers  


Give an example of validates method used to avoid errors.

1 Answers  


Even though Servlets and JSP are web based concepts .wht is the use of using Struts using then

8 Answers   TCS,


What is strut web xml?

1 Answers  


Can you explain custom tag?

1 Answers  


Do you need an alignment after replacing struts?

1 Answers  


i have list of values(e.g 100). using logic:iterate, how can i print the multiples of 5th element? how the logic:iterate will understand the multiples of 5.

2 Answers   CTS, TCS,


What is action class?

1 Answers  


What are Struts2 core components?

1 Answers  


Categories