Even we implement the singlethread mode to make servlet thread safe ,we can access the some of the resources using session,context and request..how we can make a servlet full thread safe or how we have to take the scopes to store sencitive data

Showing Answers 1 - 1 of 1 Answers

LuckyChawla

  • Jul 5th, 2006
 

Hey thats a good question ,If u want to make ur servlet thread safe then try implementing the SingleThreadInterface() , or make it Synchronised

  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