what models are available for event handling?
Answer / niranjanravi
EventDelegation and Eventinheritance maodel.EventDelegation
model is more advantageous than EventInheritance model.
| Is This Answer Correct ? | 2 Yes | 0 No |
How do you check if a string is lexicographically in java?
how do I create a runnable with inheritance? : Java thread
What Method and class used for Connection pooling ?
can java object be locked down for exclusive use by a given thread? : Java thread
Which class should you use to obtain design information about an object in java programming?
can we write program without class
What is the name of the java compiler?
Can a class be a super class and a sub-class at the same time? Give example.
printstream class method println() is calling using System class and its static object out .how it is explain any one in detail with example ?
Why does java does not support multiple inheritance? Explain
Can a private method of a superclass be declared within a subclass?
How to find the size of an array a)array.length() b)array.length c)array.size() d)array.size