What is an event?

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


Please Help Members By Posting Answers For Below Questions

What is the difference between the final method and abstract method?

539


Can we use catch statement for checked exceptions when there is no chance of raising exception in our code?

590


What's the purpose of using break in each case of switch statement?

508


How to sort double array in java?

585


What is difference between module and function?

535






If an object is garbage collected, can it become reachable again?

544


what is thread? : Java thread

553


How can I right-justify a string?

625


What do you mean by ternary operator in java?

556


What is string in java?

558


What are the different ways of creating thread?

568


What are the basic control structures?

495


How can you make sure that your singleton class will always return single instance in multi-threaded environment?

568


How do I enable java in safari?

546


Does java support function overloading, pointers, structures, unions or linked lists?

605