posted 13 years ago
Ramesh,
As you said For each Servlet instance, init() is called once.
If the Servlet Container is implemented to create multiple instances of servlet, then it will invoke init() method for each servlet instance.
BTW, SingleThreadModel is deprecated in Servlet 2.4 spec.