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 |
What do you mean by an interface in java?
Can we convert stringbuilder to string in java?
What do you know about java?
What do you mean by constant time complexity?
If a class is declared without any access modifiers, where may the class be accessed in java programming?
Can a class be subclass of itself?
Explain about OOPS concepts and fundamentals.
what is aggregation in java?
What is a platform?
How do you sort an array in java?
What is identifier in java?
What is a byte array?