What are event-delegation model and event-inheritance
model? Which is best?
Answer Posted / anamika
Evnet delegation model is d best. Reduces overhead ,
separates user interface and event handling coding, and
only those listeners process d events whcih are responsible
for that.
| Is This Answer Correct ? | 3 Yes | 7 No |
Post New Answer View All Answers
Difference between ‘is-a’ and ‘has-a’ relationship in java?
What is a method vs function?
Why is an interface be able to extend more than one interface but a class can’t extend more than one class?
Explain what do you mean by functional overloading in java?
What is Garbage Collection in Java
Define how destructors are defined in java?
If goto and const is reserve words than why it is not work in java?
Difference between static and dynamic class loading.
What are recursive functions?
How to run a JAR file through command prompt?
How many types of design patterns are there?
Why do we need wrapper class?
What is the significance of java packages?
What are the main differences between notify and notifyAll in Java?
What is a variable and constant?