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 are inbuilt functions in java?
What is generics in java interview questions?
Write a program to print the pattern given below
What are the drawbacks of singleton class?
What is a data structure java?
What is a flag variable?
Can a class be a super class and a sub-class at the same time? Give example.
What are basic data types?
What is java algorithm?
What is the difference between I ++ and ++ I in java?
Explain about field hiding in java?
what is thread? : Java thread
what are Hostile Applets?
How to connect to a remote database using Applet?
What is difference between c++ and java ?