|
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
|