Since servlets are run in a multi-threaded environment, what should programmers avoid?
a.) Using static variables
b.) Using the marker interface SingleThreadModel
c.) Relying on multi-threaded execution of servlets
d.) Programming with explicit threads in servlets
e.) Putting values in a session object
can some one let me know the correct answer
