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
What is string length in java?
What does string mean in java?
How do you compare values in java?
What are the two types of exceptions in java? Which are the differences between them?
What is identifier with example?
Does java set allow duplicates?
How garbage collection is done in java?
How can the checkbox class be used to create a radio button?
Write a program to calculate factorial in java?
What is unmodifiable list in java?
How to optimize the javac output?
Is the empty set a singleton?
Is java free for businesses?
What is udp in java?
What does those terms actually mean included in the j.d.k i.6?