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 |
Is “abc” a primitive value?
Which are the different segments of memory?
What is a modular application?
whats is mean by filter?
Define prototype?
what is a Daemon Thread?
What are different types of controls in AWT?
What are callback interfaces?
how can u cal servlet from java?
whats is mean by jndi
What is J2EE?
What are various types of class loaders used by jvm?