State true or false :- The event delegation model, introduced in release 1.1 of the JDK, is fully compatible with the event model.

A) True
B) False

Showing Answers 1 - 0 of 0 Answers

pallavr

  • Jun 30th, 2006
 

Answer is false.

As earlier event model with jdk1.0 only components classes have event handling methods and so no other object can handle events.

But with jdk1.1 delegation event model component event handling is replaced event listener interfaces and adapter classes.Any class can use these listeners and classes.it is not backward compatible.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions