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
Can a final method be overloaded?
Is java a security risk?
Explain the difference between association, aggregation and inheritance relationships.
Can a abstract class be declared final?
Explain about main() method in java ?
What is the difference between static class and normal class?
Can finally block be used without a catch?
What are thread groups?
Does java allow default arguments?
Why a dead thread occurs?
What does method mean?
What is jrmp?
Explain when we should make an instance variable private.
What is the order of arraylist in java?
How many types of methods are there in java?