Servlet as the shared object

Can we use a Servlet as the shared object

Questions by dev patel   answers by dev patel

Showing Answers 1 - 3 of 3 Answers

We can use servlet as a shared object by using as shared object the servlet can maintain its state by using its init() and destroy() methods to load and save its state.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions