in servlets which method called first init() or constructor
843841Apr 18 2005 — edited Apr 18 2005in servlets or jsp every body knows the init() method called only once in the entire life cycle of a servlet/jsp. but my doubt is, init() or constructor of a servlet/jsp called first?