Multiple Choice
In an applet, events are handled:
A) with special applet event listeners
B) differently, depending upon which computer is running the applet
C) with event listeners, exactly as they are in GUI applications
D) by always terminating the applet
Correct Answer:

Verified
Correct Answer:
Verified
Q17: What does the HTML tag <hr />
Q18: Hypertext can contain:<br>A) a Java application program<br>B)
Q19: Applet restrictions are:<br>A) necessary to prevent malicious
Q20: Look at the following applet code:<br>1 import
Q21: Which of the following is NOT a
Q23: Which tag will produce largest text?<br>A) <h4>Hello</h4><br>B)
Q24: The browser creates an instance of the
Q25: The delay parameter in the Timer constructor
Q26: If an applet attempts to violate one
Q27: The delay parameter in the Timer constructor