What is an event?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / naseer
whenever client submit button that time event will be rised we
can hanle event will be listneres
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the important features of Java 11 release?
what happens when we add the objects morethan the size limit to a hashmap
what is class.forname() and how it will be useful ?
What is unsigned char?
What is space character in java?
What comes to mind when someone mentions a shallow copy in java?
Considering notepad/ie or any other thing as process, what will happen if you start notepad or ie 3 times? Where 3 processes are started or 3 threads are started?
What access modifiers can be used for methods?
What environment variables are required to be set on a machine in order to run Java programs?
How will you communicate between two applets?
What are the two ways to create a thread?
What is singleton class in ruby?