Multiple Choice
What are the sequences of method executed when an Applet starts execution?
A) init() ,start() ,stop() ,destroy()
B) load() ,start() ,stop() ,unload()
C) init() ,activate() ,deactivate() ,destroy()
D) start() ,init() ,destroy() ,stop()
Correct Answer:

Verified
Correct Answer:
Verified
Q2: What does AWT stands for?<br>A)All Window Tools<br>B)All
Q3: The default layout manager of a Frame
Q4: Which package consist an applet class?<br>A) java.applet<br>B)java.awt<br>C)java.awt.applet<br>D)java.event
Q5: Which of these interfaces define a method
Q6: The default layout manager of an Applet
Q7: The _ method help in clearing the
Q8: What is a listener in context to
Q9: Which of these class is super class
Q10: DataInputStream class contains methods to read_<br>A)Non primitive
Q11: Which of these methods can be used