Application Development using JAVA
Hierarchy & Life cycle of Applets
Smt.M.Jeevana Sujitha
Assistant Professor
Department of Computer Science and Engineering
SRKR Engineering College, Bhimavaram, A.P. - 534204
OBJECTIVES
The Objectives of this lecture are
Hierarchy of Applet
Life cycle of Applet
Life cycle of Applet
Life cycle of Applet
Syntax:
public void init()
{
Action
}
Life cycle of Applet
public void start()
{
Action
}
Life cycle of Applet
Syntax:
public void stop()
{
Action
}
Life cycle of Applet
Syntax:
public void destroy()
{
Clean up code
}
Life cycle of Applet
Syntax:
public void paint(Graphics g)
{
Display statements
}
THANK YOU