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 |
Difference between Linked list and Queue?
How can we find size of the object ?
How to print a statement without using semicolan in java
what is unreachable code problem in multiple catch statements
What is the difference between the final method and abstract method?
how can we use the servlet as standalone apllication?should we need to extend any class?
What is aggregation and composition ?
how can i connect to database in a applet ?
Write a program to show whether a graph is a tree or not using adjacency matrix.
How do you check if a number is a perfect square?
Can an integer be null java?
What is passing value java?