Question: Which of the following sequences is the correct order of method call? (a) start(), init(), paint(), stop(), destroy() (b) init(), paint(), start(), stop(), destroy() (c)
Which of the following sequences is the correct order of method call?
(a) start(), init(), paint(), stop(), destroy()
(b) init(), paint(), start(), stop(), destroy()
(c) init(), start(), paint(), stop(), destroy()
(d) start(), init(), paint(), destroy(), stop()
Step by Step Solution
3.52 Rating (155 Votes )
There are 3 Steps involved in it
c init ... View full answer
Get step-by-step solutions from verified subject matter experts
