Originally posted by maheswari kris:
i know that servlets have constructor that is provided by the container
No, it doesn't. Servlets are java classes like any other and just like any other class, if you do not provide a constructor, a default constructor is created. It has nothing to do with the container.
[ July 30, 2008: Message edited by: Bear Bibeault ]