MCQOPTIONS
Saved Bookmarks
| 1. |
Which of the following statements are correct? (Java) |
| A. | If multiple listeners are added to a component only events for the last listener added will be processed |
| B. | If multiple listeners are added to a component the events will be processed for all but with no guarantee in the order |
| C. | Adding multiple listeners to a comnponent will cause a compile time error |
| D. | You can not remove or add listeners to a component. |
| Answer» C. Adding multiple listeners to a comnponent will cause a compile time error | |