Saturday, December 27, 2014

What is the advantage of the event-delegation model over the earlier event inheritance model?

Question:What is the advantage of the event-delegation model over the earlier eventinheritancemodel?
Answer: The event-delegation model has two advantages over the event-inheritance model. First,it enables event handling to be handled by objects other than the ones that generate the events (or their containers). This allows a clean separation between a component's designand its use. The other advantage of the event-delegation model is that it performs muchbetter in applications where many events are generated. This performance improvementis due to the fact that the event-delegation model does not have to repeatedly processunhandled events, as is the case of the event-inheritance model.
Tags:Interview Questions, J2EE, Java,

Please submit your Interview Answer for the above Question via replying to this post. Thank you for visiting to our blog, Have a Good Day!.


Sponsor Advertisement


School Administration Software

School Management System Software

This is One of the best School management system software in the world. School Software offers complete professional institute management system administration, library, accounting, inventory, etc for all the school activities management...

No comments:

Post a Comment