Answer Posted / xxx
while using in mvc1 architechture jsp is used as the
request and the response so that the presentation and
apllication logic are the same component but in case of
using servlets in mvc2 the advantage over this is that the
request is handled using jsp but the response and the
overall manipulation is done by using the servelet so that
the presentation and application logic are the same...ie
the difference
| Is This Answer Correct ? | 10 Yes | 5 No |
Post New Answer View All Answers
What is value stack?
Can we have multiple struts config files in a single web app?
What validate() and reset() method does ?
What is the purpose of constant tag in struts.xml?
In struts, how can we access java beans and their properties?
Can you explain value stack?
Can a reducer dispatch an action?
Explain the difference between plain-validator and field-validator in struts?
How struts control data flow?
what is meant by Struts Validator Framework?
What are the loop holes of struts?
What is the life cycle of actionform?
What do you mean by inner class and anonymous class?
How many action classes can be used in struts application?
What does validation interceptor?