diff mvc1 and mvc2
wahts is mean by servlet chaining?
Answer Posted / 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 |
Post New Answer View All Answers
Explain the different types of memory used by jvm?
what is an isolation level?
What is a class loader? What are the different class loaders used by jvm?
How database connectivity in XML is achieved?
Why are component architectures useful?
When a thread blocks on i/o, what state does it enter?
Is it possible to stop the execution of a method before completion in a sessionbean?
What is the diffrence between a local-tx-datasource and a xa-datasource? Can you use transactions in both?
What is table mutation and how do you avoid it?
Is jvm a overhead?
Describe activation process?
What value does read() return when it has reached the end of a file?
What is threadfactory?
Name three subclasses of the component class?
wahts is mean by dynavalidatorform in struts/