Saved Bookmarks
| 1. |
What are your thoughts on Servlet Collaboration? |
|
Answer» The process of communicating information among the servlets of a JAVA web application is known as SERVLET collaboration. Method invocations allow information to be sent from one servlet to another. The Servlet API (Application Programming Interface) of Java is the primary method for achieving Servlet Collaboration, and it exposes two INTERFACES.
These two interfaces include the methods for achieving the purpose of servlet information SHARING. |
|