Java Applet

Java Applet

University

5 Qs

quiz-placeholder

Similar activities

Lego Spike - Challenge 1 Quiz

Lego Spike - Challenge 1 Quiz

6th Grade - University

10 Qs

Teks dan Desktop Berbasis Objek

Teks dan Desktop Berbasis Objek

University

10 Qs

Chapter 2 Java Basic2

Chapter 2 Java Basic2

University

10 Qs

Advanced Java Lab-week1

Advanced Java Lab-week1

University

10 Qs

MAD assignment1

MAD assignment1

University

10 Qs

Applet Life cycle

Applet Life cycle

University

5 Qs

Java

Java

University

10 Qs

Java Applet

Java Applet

Assessment

Quiz

Computers

University

Medium

Created by

Jamunadevi T

Used 1+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

There are ................ methods of an applet life cycle.

2

5

7

9

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The .......... method contains the actual code of the applet and starts the applet.

start()

stop()

destroy()

None

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The .......... method stops the execution of the applet.

start()

stop()

destroy()

All

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The .............. method destroys the applet after its work is done.

start()

stop()

destroy()

All

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The ............ method belongs to the Graphics class in Java.

start()

stop()

destroy()

paint()