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 is actionmapping?
What is role of actionservlet?
What is the use of token interceptor in Struts2?
What are action errors and error and what are the consequences they impose?
How can link tag’s action attribute be used?
What is Custom Type Converter in Struts2?
How you will enable front-end validation based on the xml in validation.xml?
What’s the utilization of struts.xml configuration file?
What is the purpose of @results annotation?
What is the purpose of @emailvalidator annotation?
Explain about logic match tag?
What is the use of execAndWait interceptor?
Mark the differences between html tags and strut specific html tags.
How do you create message resource?
What is the difference between empty default namespace and root namespace?