creation of servlet object

if there are 100 requests to the server at atime for a servlet, then how many servlet objects are created at that time?
[126 byte] By [pavanvvba] at [2007-10-3 0:29:25]
# 1
Usually one. But if you care about the number of servlet objects you are probably doing something wrong.
sjasjaa at 2007-7-14 17:22:24 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...