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
How you will enable front-end validation based on the xml in validation.xml?
What is structs 2 validation framework?
How is the mvc design pattern used in struts framework?
What is validate() and reset() functions?
What is jakarta struts framework?
Which servlet does the struts framework use?
What is lookupdispatchaction?
Which interceptor is responsible for file upload support?
Which file is used by controller to get mapping information for request routing?
What are the pros of struts 2?
What are struts in java?
What is front controller in struts2?
What is the difference between plain-validator and field-validator?
What is actioncontext?
Is Struts Framework part of J2EE?