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 15a. init(),paint(),start()
b. Start(),paint(),init()
c. intit(),start(),paint()
d. paint(),start(),init()
ANSWER: intit(),start(),paint()