the applet class extends which class
Answers
Answered by
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
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
Computer Science,
1 month ago
Biology,
1 month ago
World Languages,
2 months ago
Physics,
2 months ago
Math,
9 months ago
Math,
9 months ago