Prepare Interview

Mock Exams

Make Homepage

Bookmark this page

Subscribe Email Address

Java%20Applet%20Interview%20Questions%20and%20Answers

Question: What is the sequence for calling the methods by AWT for applets?
Answer:

When an applet begins, the AWT calls the following methods, in this sequence:

  1. init()
  2. start()
  3. paint() 

When an applet is terminated, the following sequence of method calls takes place:

  1. stop()
  2. destroy()
Is it helpful? Yes No

Most helpful rated by users:

©2024 WithoutBook