what is an event ? in java.
Answers
Answered by
7
Answer:
Any program that uses GUI such as Java application written for windows, is event driven. Event describes the change in state of any object.
For Example : Pressing a button, Entering a character in Textbox, Clicking or Dragging a mouse, etc.
Similar questions