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 |
Can a hashset contain duplicates java?
Differentiate between static and non-static methods in java.
Explain about the security aspect of java?
In real time project which driver did u use? What is the main functionality of the Prepared Statement?
Difference between == and .equals() ?
What is the difference between member variables initialization and assignment in a constructor?
Is array passed by reference in java?
Why destructor is not used in java?
Which are the two subclasses under exception class?
What is the purpose of a default constructor?
What is a default constraint?
What is Transient and volatile