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 many struts config file can be created in struts?
What is the difference between empty default namespace and root namespace?
What is struts?
What are the classes used in struts?
How can we display all validation errors to user on jsp page?
How the flow of various requests happens in struts application?
Explain the difference between plain-validator and field-validator in struts?
What is the purpose of execute() method?
What are the applications of struts?
What is actioninvocation?
Why is action servlet a singleton in struts?
Does apache tomcat use struts?
What is includeaction?
What are the action classes in struts?
How does struts2 token work?