A question on Applet
Hi all,
I have a question on applet. I read that an applet has a life cycle
of init(), start(),stop(),destroy(). In some of the examples I reas these methods were specifically mentioned but then there were many examples in which these methods were just not used. how is this possible ? Could anyone help me ?

