English, asked by supriyadongare333, 2 months ago

the applet class extends which class

Answers

Answered by shobhitvshk
0

Answer:

The SimpleApplet class extends Applet class, which extends the Panel class, which extends the Container class. The Container class extends Object , which is the parent of all Java API classes. The Applet class provides the init , start , stop , destroy , and paint methods you saw in the example applet.

Answered by harshalananwatkar
0

Answer:

The Java API Applet class provides what you need to design the appearance and manage the behavior of an applet. This class provides a graphical user interface (GUI) component called a Panel and a number of methods. To create an applet, you extend (or subclass) the Applet class and implement the appearance and behavior you want.

Explanation:

hopes it help you please mark me as a brilliant please

Similar questions