Which of the following objects cannot trap mouse events?

a. JTextField.
b. ButtonGroup.
c. JButton.
d. JComponent.


b. ButtonGroup.

Computer Science & Information Technology

You might also like to view...

____ are people who work for outsourcing companies.

A. Contractors B. Users C. Employees D. Outsiders

Computer Science & Information Technology

What will be displayed after the following code is executed?

``` 1. var myName = "Rover"; 2. function myPet() 3. { 4. var myName = "Spike"; 5. document.write(myName); 6. } 7. document.write(myName); ``` a. Rover Spike b. Spike Rover c. Rover Rover d. Spike Spike

Computer Science & Information Technology

These can be used as visual guides when drawing a table

a. Leader lines b. Rulers c. Measuring guides

Computer Science & Information Technology

After all the fields of an assembly language instruction have been translated into binary, the newly built machine language instruction and the address of where it is to be loaded are written out to a file called the ____ file.

A. table B. source C. data D. object

Computer Science & Information Technology