What are the advantages of the model over the event-
inheritance model?
Answer / 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 |
What mechanism does java use for memory management?
What is a buffer in computer?
What are the ways to instantiate the class class?
What is an object class?
What is the vector class in java programming?
What is command line argument in java?
What is the meaning of variable in research?
Can we change the scope of the overridden method in the subclass?
How many types of literals are there in JAVA?
What is a pattern what is an anti pattern?
What is set string?
Why do we need wrapper classes?