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 |
how system.out.println() works?
What are the different collection views provided by maps?
What data type is true or false?
What is the purpose of file class?
How do you do descending order in java?
What is the use of protected in java?
How do you use parseint in java?
What is the basic concepts of OOPS?
Is a case study a method or methodology?
Hi can u pls tell me what is the use of marker interface. Iknow what is marker interface but what ability will the object get by implementing this.
Do you need to import math in java?
what is the output??????? public class multireturn { public(int assign x ( int x) { if(4==x) { return 7; } else if (7=x+3) { return 6; } return 5; } }