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 is a condition in java?
What is method overloading and method overriding?
Describe the syntax of multiple inheritance? When do we use such an inheritance?
Why does java doesnt suuport unsigned values?
What is a prefix function.write down a code to compute prefix function.
What is a singleton class? Give a practical example of its usage.
How many unicode characters are there?
What is variable explain with example?
How are the elements of a gridbaglayout organized?
What is difference between jdk,jre and jvm?
What is mean by exception?
How do you control extraneous variables?