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
What is the exact difference in between Unicast and Multicast object? Where will it be used?
How do you print array in java?
Explain the overview of UDP messaging.
Why string is not a wrapper class?
What is deserialization?
what is the purpose of the wait(), notify(), and notifyall() methods? : Java thread
Is it possible for a yielded thread to get chance for its execution again?
Can you start a thread twice in Java?
What is the base class in java from which all classes are derived?
Can we start a thread twice in java?
Differentiate between stringbuffer and stringbuilder in java.
What is jit and its use?
Can java arraylist hold different types?
Is there a jre for java 11?
Is arraylist a class in java?