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

When a lot of changes are required in data, which one should be a preference to be used? String or stringbuffer?

0 Answers  


What does t in java mean?

0 Answers  


Does string isempty check for null?

0 Answers  


how to print the below in java? * * * * * * * * *

2 Answers  


Explain 5 io best practices?

0 Answers  






What is sortedset in java?

0 Answers  


What is e java?

0 Answers  


What advantage do java's layout managers provide over traditional windowing systems?

0 Answers  


What is primitive data type in java?

0 Answers  


why java does not contain pointers?

13 Answers   Infosys, TCS,


Why is String immutable?

0 Answers   Atos Origin,


What is the purpose of finalization in java programming?

0 Answers  


Categories