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
Is treeset sorted in java?
Do we need to manually write Copy Constructor?
What is a lock or purpose of locks in java?
What is the difference between the reader/writer class hierarchy and the inputstream/outputstream class hierarchy in java programming?
What is getkey () in java?
What is the difference between private & public & friendly classes?
What are byte codes?
What is collection sort in java?
How do you change an int to a string?
What is the implementation of destroy method in java. Is it native or java code?
How to Sort Strings which are given in List and display in ascending order without using java api.
What does += mean in java?
Can we extend singleton class?
What is a private class in java?
How hashmap increases its size in java?