Originally posted by anandbhucs rai:
Can we make "singelton servlet" ?
Yes you can, although a much more important questions is
should you do it. No you definitely should not.
Servlet containers are required to manage Servlet instances internally, and there are a few different requirements it needs to meet. If you make a Servlet a Singleton it will prevent the Servlet container for working correctly.