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 __ init __ functions?

0 Answers  


Why is multiple inheritance not supported in java?

0 Answers  


if num=687; U have to get num=6+8+7;

4 Answers   CMC,


How to display arraylist values in java?

0 Answers  


Is string an object?

0 Answers  






What is lambda in java?

0 Answers  


what is the major difference between linkedlist and arraylist in java?

0 Answers   IBS,


What is race condition ?? (Threading concept) TCS 2 sept10

3 Answers   SparkTG, TCS,


what is the main difference between string and stringbuffer? can you explain it with program?

2 Answers  


How do you download stubs from Remote place?

0 Answers  


By what default value is an object reference declared as an instance variable?

1 Answers   Wipro,


Which is bigger float or double?

0 Answers  


Categories