View Single Post
  #3 (permalink)  
Old 09-06-2008, 01:55 PM
sagarbirari sagarbirari is offline
Member
 
Join Date: Sep 2008
Posts: 17
Rep Power: 0
sagarbirari is on a distinguished road
Default
Hello

Yes . means at time only one thread can enter in doGet()/doPost() method.but this is not standard programming, Instead of used synchronized block on code,when you expect that more than 2 threads may operate on your code and they may inconsistent your data.


Regards
__________________
Sagar Birari
Development & Technical Blog
Reply With Quote