diff mvc1 and mvc2
wahts is mean by servlet chaining?
Answer / laxman
The response object from one servlet is passed as request to
another Servlet, this is called as Servlet Chaining.
the getServlet() method that is used in Servlet chaining is
deprecated and Sun's Javadoc specifies clearly that the business
logic to be shared by servlets to be put in a separate
non-servlet class. Also it would be good to put the
logic in separate class and just invoke the method
when required.
Cheers,
Gaya3
| Is This Answer Correct ? | 0 Yes | 0 No |
Difference between hashmap and hashtable?
What do you know about seam?
What you mean by COM and DCOM?
Explain the difference between object state and behavior?
Is infobus easy to use?
Write a program to show synchronization?
How would you create a button with rounded edges?
What is RMI architecture?
what are memory considerations of jsp compares to other web components?
Explain the purposes of methods wait(), notify(), notifyAll ()?
Thread life cycle?
How many requests can a server fetch at a time?