AWT call method sequence - Applets - intit(),start(),paint()

Q.  When an applet begins, in which sequence will the AWT call the methods?
- Published on 13 Jul 15

a. init(),paint(),start()
b. Start(),paint(),init()
c. intit(),start(),paint()
d. paint(),start(),init()

ANSWER: intit(),start(),paint()

Post your comment / Share knowledge


Enter the code shown above:

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