Java Made Clear: Difference start vs init in Applet

start vs init Applet: Like other concepts of Java like Thread, Servlet and Enterprise Bean, an Applet also comes with a life cycle. Different states in which an applet exist between its object creation and object garbage collection is known as life cycle. The methods involved in the life cycle of applet are init(), start(), …

Java Made Clear: Difference start vs init in Applet Read More »