In Struts Programming which is the controller,which is the
model?
Answer Posted / jimmi prajapati
1 The ActionServlet and Aciton class is the controller.
and From Action Class's execute mathod, we can call other
DAO layer or any other layer.
so Action class is a Model as well as Controller
Is This Answer Correct ? | 10 Yes | 5 No |
Post New Answer View All Answers
What is apache struts cve 2017 5638?
What is struts validator framework?
What configurations are stored in struts configuration file ?
What is a custom tag?
What are the struts2 error message keys that can come during file uploading process?
Why it called struts?
What is front controller in struts2?
How do struts work?
How many action classes can be used in struts application?
What steps are required to for an application migration from Struts1 to Struts2?
Can you explain custom tag?
What is difference between interceptors and filters?
Name the different types of actions found in struts.
Give an example where struts tiles may be used?
What is the role of a handler in mvc based applications?