create two applets by using different ways in java
Answers
Answered by
0
Answer:
java. applet. Applet class
- public void init(): is used to initialized the Applet. It is invoked only once.
- public void start(): is invoked after the init() method or browser is maximized. It is used to start the Applet.
- public void stop(): is used to stop the Applet. ...
- public void destroy(): is used to destroy the Applet.
please mark me as brainlist
Similar questions