CIW Exam Questions

Which two of the following should be avoided in order for a servlet that does not implement the Sing

Which two of the following should be avoided in order for a servlet that does not implement the
SingleThreadModel to be thread safe?

A.
Class methods

B.
Local variables

C.
Instance variables

D.
Class variables

E.
Instance methods