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


Please Help Members By Posting Answers For Below Questions

How do you reverse a string in java?

575


Which is the class in java?

514


How do you classify Dialog Box?

645


What is entry in java?

527


Can you instantiate the math class?

596






Explain the reason behind ending a program with a system.exit(0)?

594


What is local declaration?

489


What is port number in java?

585


Whats the difference between notify() and notifyall()?

564


Are arrays dynamic in java?

530


What is general methodology?

565


What is the difference between serializable and externalizable interface?

566


I want to re-reach and use an object once it has been garbage collected. How it's possible?

533


Is an integer an object?

513


What is a default method?

517