Suppose that Myservlet implements SingleThreadModel.
and there are
Local variables
Instance variables
Class variables
Request attributes
Session attributes
Context attributes
Which among these variables would be
thread safe
Select any one
A Local and Request Variables
B Local,Instance and request variables
C Local,Instance,request,class variables
D None of these
I donot know the correct answer but I think it shud be A
Can anyone correct me if I am wrong?