Servlets and their instance variables
843842Sep 10 2009 — edited Sep 10 2009I understand that for every request to a servlet, a new thread handles those requests. So it's one request, one thread. But how about instance variables of a servlet class? Are they also one instance variable per thread/request or just like the servlet, one instance?