diff mvc1 and mvc2
wahts is mean by servlet chaining?
Answers were Sorted based on User's Feedback
Answer / shiv kumar
in mvc1 client send the request to the jsp,which is used
for both controlling and persentation.
while, in mvc2 client send the request to controller that
is servlet,servlet receives the request,process the
request,send the response to the client using jsp/html
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / shiv kumar
in mvc1 client send the request to the jsp,which is used
for both controlling and persentation.
while, in mvc2 client send the request to controller that
is servlet,servlet receives the request,process the
request,send the response to the client using jsp/html
the passing of response object from one servlet as request
to another Servlet, is also called as Servlet Chaining.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / sandya
Application control is decentralized in Mvc1 architecture.
Since the next page to be displayed is determined by the
logic embedded in the current page. Decentralized
navigation control can cause headaches when requirements
keep changing.
| Is This Answer Correct ? | 0 Yes | 0 No |
difference between applicationserver and webserver
In real time project when will we use Abstract class. and what are the difference between abstract and interface.
6 Answers DELL, FCS, Polaris, Tanla Solutions, TCS,
what are JSP tags? what is difference between include action and directory?
diffrence between jsp and servelts.
What is a class loader? What are the different class loaders used by jvm?
can we write implementation for a method with in another method?
can a static method be overridden
What method MUST be implemented by all threads?
What is a class loader?
What is the difference between Process and Threads?
What are JTA/JTS and how they used by client?
What modifiers may be used with an inner class that is a member of an outer class?