When applet is dead it automatically invokes the ___________ method when we quit the browser.

Options
- paint()
- Stop()
- destroy()
- stop()


CORRECT ANSWER : destroy()

Discussion Board
CORE JAVA

in applet life cycle the start() and destroy() method are execute only one time.
and you can close your browser or end the process of applet life cycle, applet automatically dead.

maulik kanani 09-24-2016 12:18 AM

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement