Can the same object of Stateful Session bean be shared by multiple clients ?

Showing Answers 1 - 2 of 2 Answers

Amir

  • Mar 11th, 2016
 

Sharing the same object for multiple clients is not possible in case of statefull session bean. Here server should maintain an object for every clients to handle / maintain the state of that object.

  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