Event handler mouseDragged is declared in the __________ interface.

a) MouseMotionListener
b) MouseListener
c) MouseDraggedListener
d) ActionListener

a) MouseMotionListener

Computer Science & Information Technology

You might also like to view...

Answer the following statements true (T) or false (F)

1. In trailer record logic a counter is used to control the loop. 2. A total line is a line of output associated with one input record. 3. The loop read is always executed more than one time. 4. The automatic end-of-file facility is implemented differently in different programming languages. 5. The empty file condition can occur in both header record logic and trailer record logic.

Computer Science & Information Technology

Answer the following questions true (T) or false (F)

1. A recursive function can have only one recursive case. 2. Each recursion causes a new activation frame to be placed on the stack.

Computer Science & Information Technology