1 <p>A web server generally only creates one instance of servlet or jsp class (i.e., treats
2 the class as a Singleton),
4 have multiple threads invoke methods on that instance to service multiple
6 Thus, having a mutable instance field generally creates race conditions.