In Struts Programming which is the controller,which is the
model?
Answer Posted / atul kumar yadav
ActionServlet class is the controller & Action Class
is the model.
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
Describe the mvc on struts?
What is the purpose of execute method of action class?
Give an example of validates method used to avoid errors.
How can we write our own interceptor and map it for action?
What are best practices to follow while developing Struts2 application?
What are the custom tags?
how to develop the submit and search operations in single jsp using struts?
When should be opt for struts framework?
What is actionservlet?
Where should struts xml be placed?
What are the 5 constants of action interface?
How to override the default error message that can come during file uploading process?
How many action classes can be used in struts application?
What is front controller in struts?
What is dispatchaction?