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 is an example of procedure?
Why is java architectural neutral?
Explain about fail fast iterators in java?
When should a function throw an exception?
0 Answers Thomson Reuters, Virtusa,
Why are pointers not secure?
Can a static method be overridden in java?
What are runtime exceptions?
What is integer parseint?
what is platform native code
what is marker interface ? what is the necessity of it?
what is difference between servletconfig and servletcontext?
Can a class with private constructor be extended?