What is the main difference between Mvc1 and Mvc2 Architecture??
Answer Posted / ravi
The main dfeerence between mvc1 and mvc2 is..
In mvc1 we can have multiple controller servlets but in
mvc2 we can have only one controller servlet.For example
struts frame work is built on mvc2 architecture, which is
having only one controller i.e ActionSErvlet.
Is This Answer Correct ? | 32 Yes | 29 No |
Post New Answer View All Answers
How duplicate form submission can be controlled in struts?
What are the core classes of struts?
How you will display validation fail errors on jsp page?
How can we display all validation errors to user on jsp page?
What is struts 2 framework in java?
What is the purpose of form-be tag in struct-config.xml?
How the flow of various requests happens in struts application?
What is actionform in struts?
Is struts action class singleton?
What is http redirect?
What is the difference between empty default namespace and root namespace?
What is controller in struts2?
How many struts config file in a struts application?
What are the core classes of struts framework? Explain
What is difference between struts1 and struts2?