What are the advantages of the model over the event-
inheritance model?
Answer / janet
The event-delegation model has two advantages over the
event-inheritance model
they are
1.it enables event handling by objects other than the ones
generate the events.This allows a clean seperation between
a components design and it's use.
2. it performs much better in applications where many
events are generated.This performence improvement is due to
the fact that the event-delegation model doesn't have to be
repeatedly process unhandled events as is the case of the
event-inheritence.
| Is This Answer Correct ? | 4 Yes | 0 No |
FOR EXAMPLE WE R HAVING TWO LIST ELEMENTS ..BOTH LISTS CONTAINS ID,NAME,PLACE ..I NEED TO COMPARE BOTH IDS IN TWO LISTS,IF ID'S R SAME MEANS WE HAVE ADD THE DETAILS(LIKE NAME,PLACE) TO MAP...HOW IS POSSIBLE ?CAN ANY ONE SUGGEST?
different between exception and error? explaim check and uncheck exception
Can we override compareto method?
Do you need to import math in java?
what is purpose of writting public static void main(Strind arg[]) in java..?
how we can write the string concatenation program in java.
What is difference between “==” and equals()?
What is meant by Session? Explain something about HTTP Session Class?
What do you understand by weak reference?
. Define Copy Constructor in Java
Java is pass by value or pass by reference? Explain
Why java is used everywhere?