Just half way reading a book, and found something is important in order to create a thread safe servlet, few attribute and variable must be synchronized as below:
- Context Scope Attribute
- Session Scope Attribute
- Instance Variable
- Static Variable/Class Variable