This is just curiosity, I read on some posts that is not a recommended practice create constructors on Servlets, but to be honest I have no idea why they say that, there must be a reason because I know there's an init()
method to initialize things, but why can't I use the constructor to do this?
Also the Eclipse Servlet wizard generated a constructor calling super()
in it, and I'm not why is this super doing there
Thanks!