What are the advantages of the model over the event-
inheritance model?



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

Post New Answer

More Core Java Interview Questions

Is java jre still free?

0 Answers  


How two different class threads communicate with each other?. send example code.

4 Answers  


What is the difference between hashmap and hashtable in java?

0 Answers  


what is the constructor and how many types of constructors are used in java?

0 Answers  


what is difference between interface and abstract class..?

4 Answers  






What is final variable?

0 Answers  


What is ternary operator in java?

0 Answers  


Why do people says “java is robust”?

0 Answers  


Is array an object in java?

0 Answers  


What is the default modifier in Interface?

5 Answers  


What is deadlock and how to avoid this?

2 Answers  


what is recursion in java

0 Answers   Cap Gemini,


Categories