Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Why should we go for interservlet communication?

Answers were Sorted based on User's Feedback



Why should we go for interservlet communication?..

Answer / imtiyaz

There are three major reasons to use interservlet
communication:

Direct servlet manipulation
A servlet can gain access to the other currently loaded
servlets and perform some task on each. The servlet could,
for example, periodically ask every servlet to write its
state to disk to protect against server crashes.

Servlet reuse
One servlet can use another's abilities to perform a task.
Think back to the ChatServlet from the previous chapter. It
was written as a server for chat applets, but it could be
reused (unchanged) by another servlet that needed to
support an HTML-based chat interface.

Servlet collaboration
The most common, situation involves two or more servlets
sharing state information. For example, a set of servlets
managing an online store could share the store's product
inventory count. Session tracking is a special case of
servlet collaboration.

Is This Answer Correct ?    12 Yes 1 No

Why should we go for interservlet communication?..

Answer / ravikiran.chd

inorder to continue the flow by passing the response as a
request to the next servlet

Is This Answer Correct ?    2 Yes 1 No

Post New Answer

More Servlets Interview Questions

Difference between httpservlet and generic servlets?

0 Answers  


What are life cycle methods of a servlet?

0 Answers  


What is the difference between callling a RequestDispatcher using ServletRequest and ServletContext?

2 Answers  


What are some disadvantages of storing session state in cookies?

0 Answers  


How to create war file?

0 Answers  


What are the different methods involved in generic servlet?

0 Answers  


What methodology can be followed to store more number of objects in a remote server?

0 Answers  


What are the difference between HttpServlet and GenericServlets?

2 Answers  


Is servlet synchronized?

0 Answers  


What are the functions of the servlet container?

0 Answers  


waht is the main diference b/w servelts and JSP ?

8 Answers   CAP, HCL,


What is the GenericServlet class?

0 Answers  


Categories