Multiple Choice
When you extend an interface, you must implement all the methods defined in the interface. If you are interested in only one or two mouse events, you can extend the ________ class which implements the MouseListener interface, but does not require you to write all the functions in the interface.
A) MouseAdapter
B) MouseExtender
C) MouseMotionAdapter
D) MouseMotionExtender
Correct Answer:

Verified
Correct Answer:
Verified
Q31: In the following code, what does getDocumentBase()return?<br>Play(getDocumentBase(),
Q32: Whenever you need a component of any
Q33: When the applet viewer opens an HTML
Q34: Look at the following applet code:<br>1 import
Q35: Given the following code, how many times
Q37: To support the Swing classes in applets,
Q38: Which of the following is NOT a
Q39: In an HTML document, the tags:<br>A) instruct
Q40: The Applet class requires that you write
Q41: Look at the following applet code:<br>1 import