Arrange the following applet life cycles methods in sequence A. start() B.…

2026

Arrange the following applet life cycles methods in sequence

A. start()

B. paint()

C. init()

D. stop()

Choose the correct answer from the options given :

  1. A.

    A, B, C, D

  2. B.

    C, A, B, D

  3. C.

    A, C, B, D

  4. D.

    B, A, C, D

Attempted by 67 students.

Show answer & explanation

Correct answer: B

The Java Applet life cycle follows a specific order. First, the init() method initializes the applet. Next, start() begins execution. Then paint() renders graphics. Finally, stop() halts execution when the applet is no longer visible. The correct sequence corresponds to C, A, B, D.

Explore the full course: Mppsc Assistant Professor