What are event-delegation model and event-inheritance
model? Which is best?



What are event-delegation model and event-inheritance model? Which is best?..

Answer / 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

More Core Java Interview Questions

What is the major drawback of internal iteration over external iteration?

0 Answers  


How to access a method that it declared as protected?

3 Answers  


Why is java so important?

0 Answers  


Can singleton class be cloned?

0 Answers  


Is arraylist sorted in java?

0 Answers  






What is jdbc api?

0 Answers  


What is the final keyword in java?

0 Answers  


What do you mean by a JVM?

0 Answers   GE,


Why do we need wrapper classes?

0 Answers  


How is tree Mirroring implemented?

0 Answers   Fidelity,


How to convert string to char and vice versa?

0 Answers  


Hai all I want to print given array in reverse order Ex: int a[]={1,2,3,4,5};display this array in reverse order.

4 Answers  


Categories