Computer Science, asked by supriyagawade2902, 9 days ago

create two applets by using different ways in java​

Answers

Answered by Anonymous
0

Answer:

java. applet. Applet class

  1. public void init(): is used to initialized the Applet. It is invoked only once.
  2. public void start(): is invoked after the init() method or browser is maximized. It is used to start the Applet.
  3. public void stop(): is used to stop the Applet. ...
  4. public void destroy(): is used to destroy the Applet.

please mark me as brainlist

Similar questions