What is MVC Architecture?
Answer Posted / pkr_reddy
MVC is model view controller architecture .
MVC is divided into 3 parts
1.MVC
2.MVC ->1 this is jsp and java bean commmunication.
3.MVC ->2 this is servlet+jsp+javabean+struts commun.
model is backend database or java bean.
view is output html 0r jsp.
controller is logic that is servlet.
Is This Answer Correct ? | 210 Yes | 64 No |
Post New Answer View All Answers
What are Struts2 core components?
how to get the last 10 elements using logic:iterate in struts with hiernate from database.
What is the design role played by struts?
What is the purpose of @requiredstringvalidator?
Explain about the future of struts?
What are the pros of struts 2?
Explain design patterns which is used in struts?
What is the use of reset method of ActionForm class?
Does apache struts run on windows?
What is controller in struts ?
What is the actionform?
Does Struts2 action and interceptors are thread safe?
What are the classes used as part of struts framework ?
What validate() and reset() method does ?
What is spring and struts in java?