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 thread life cycle?
What is anagram number?
Where are register variables stored?
What are the practical benefits, if any, of importing a specific class rather than an entire package (e.g. Import java.net.* Versus import java.net.socket)?
What are different data structures in java?
Difference between ‘>>’ and ‘>>>’ operators in java?
What is string immutability?
Explain different states of a thread in java?
What is parsing a sentence?
How would you format a date in java? I.e. In the ddmmyyy format?
Why are constructors used?
What is regex java?
What are the differences between path and classpath variables?
What is xslt in java?
How big is a gigabyte?