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 |
Is linkedlist thread safe in java?
Which arithmetic operations can result in the throwing of an arithmeticexception?
what is main difference b/w abstract class and interface
What is string substring?
How do you generate random numbers in java?
How does hashset works in java?
What are the disadvantages of object oriented programming?
What is loop in java?
What is scope & storage allocation of static, local and register variables? Explain with an example.
How many days will it take to learn java?
What is the difference between break and continue statements?
How do I run java on windows?