I was just curious which could get called first internally.
I am very much aware that we are not supposed to have constructors in Servlets & it's not good & it spoils the use of Init(),etc. But we DO can have constructors in servelts.
Just any idea? I guess Init() is called by the container itself when placing the servlet in the servlet pool, yet what about a constructor.