Page:287
So in summary, we can say context attributes are fairly thread safe, because they are usually defined in web.xml file and most servers do synchronize the setAttribute(...) method.
Context attributes are defined in web.xml??? give me a break...besides being incorrect, I have never seen such a vague statement. So what is the answer, are they
thread safe or not??? Should I assume that they are thread safe? or there is no such guarantee???
Can anybody please tell me what's the deal with the context attributes?