Computer Science, asked by sumitheer9745, 11 months ago

What is the lifecycle of an applet?

Answers

Answered by rc0082gur
0

A Java applet is a program that can be run on the web. It is a Java program which the web browser runs (depending on security permissions), and closes. An applet has four main steps in its lifecycle: Init() initializes any variables or methods.

Similar questions