Computer Science, asked by SuPi7218, 10 months ago

Which method executes only once start method into method stop method destroy method?

Answers

Answered by Anonymous
0

Explanation:

The destroy() method is called exactly once in an applet's life, just before the browser unloads the applet. This method is generally used to perform any final clean-up.

Answered by krutichourasia
0

The destroy() method is called exactly once in an applet's life, just before the browser unloads the applet. This method is generally used to perform any final clean-up.

Similar questions