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 data type is string java?
Explain when we should make an instance variable private.
we r taking <load-on-startup>0</load-on-startup> <load-on-startup>1</load-on-startup> in deployment descripter for loading servlets like serv1 N serv2? so 'll it take serv1 or serv2
Why string is immutable or final in java
How can we find the sum of two linked lists using stack in java?
Can a class be private in java?
What are thread safe functions?
Give some features of interface?
what is the difference between HashMap and Hashtable
17 Answers Value Labs, Virtusa,
What is JVM and is it platform independent?
Can a static class have a constructor?
can I implement my own start() method? : Java thread