Computer Science, asked by angelkesharwani89, 8 months ago

what is an event ? in java.

Answers

Answered by VISHALKUMARV22
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