What are the advantages of the model over the event-
inheritance model?

Answer Posted / janet

The event-delegation model has two advantages over the
event-inheritance model
they are
1.it enables event handling by objects other than the ones
generate the events.This allows a clean seperation between
a components design and it's use.
2. it performs much better in applications where many
events are generated.This performence improvement is due to
the fact that the event-delegation model doesn't have to be
repeatedly process unhandled events as is the case of the
event-inheritence.

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Does .length start 0 java?

765


How can we find the sum of two linked lists using stack in java?

785


How do constructors use this() and super()?

814


Explain what do you mean by functional overloading in java?

798


How does remove work in java?

733


Why pass by reference is not possible in java?

729


Which is easier netbeans or eclipse?

823


Is java a pure object oriented language?

741


define the terminology association.

885


What is a parent class in java?

795


Is singleton a bad practice?

813


What is a map? What are the implementations of map?

829


Can you create an object of an abstract class?

775


What is a void in java?

800


What does || mean in code?

802