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

Can a hashset contain duplicates java?

0 Answers  


Differentiate between static and non-static methods in java.

0 Answers  


Explain about the security aspect of java?

0 Answers  


In real time project which driver did u use? What is the main functionality of the Prepared Statement?

3 Answers   Photon,


Difference between == and .equals() ?

0 Answers  






What is the difference between member variables initialization and assignment in a constructor?

0 Answers   Hexaware, Virtusa,


Is array passed by reference in java?

0 Answers  


Why destructor is not used in java?

0 Answers  


Which are the two subclasses under exception class?

0 Answers  


What is the purpose of a default constructor?

0 Answers  


What is a default constraint?

0 Answers   HCL,


What is Transient and volatile

10 Answers   iFlex,


Categories