🎴 Flashcard Mode

Java

Card1 / 15
Mastered0
Review0
QuestionClick to flip

Which of the following methods is/are used by web browser to control the applet?

AnswerClick to flip back
A
Destroy()
💡 Explanation:

This is the correct option because destroy() method is invoked when browser exits normally to inform the applet that is no longer needed and should release any recourses allocated.So this is the correct method. Hence this is correct choice according to the question asked.

Change Mode