why do we need init() rather than a constructor?
init()
constructor
Please answer in reference of Servlet and Applet. How does t
Servlet
Applet
init() method is invoked only once and therefore only one instance of the controls will be created.