Answer Posted / niranjanravi
An event is an event object that describes the state of
change in the source.Or in other words an event occurs when
an actiojn is generated like pressing the button,clicking
the mouse or selecting a lisi.They are two different types
of models for handling the events.
1.EventInheritance model
2.Eventdelegation model.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is double checked locking in singleton?
What are java packages? What's the significance of packages?
What is the finalize method do?
Can singleton class be serialized?
Does list maintain insertion order java?
What are the two ways to create a thread?
What is method reference in java?
What is native code?
Which is better 64 bit or 32 bit?
What’s the difference between callable and runnable?
Can subclass overriding method declare an exception if parent class method doesn't throw an exception?
when a request is generated from apache tomcat 5.5 and goes to oracle 10g or mysql,,, how the oracle or mysql reads the request as apache is a web server and oracle 10g is application server? when the oracle 10g provides response, how the apche tomcat reads it???
What is core java called?
Explain the difference between comparator and comparable in java?
What is the original name of java?