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 jit and its use?
Difference between nested and inner classes ?
what is the difference between HashMap and Hashtable
17 Answers Value Labs, Virtusa,
What is member in java?
Can we force garbage collector to run ?
What is a numeric digit?
What is string variable?
What is serialVersionUID and what is its need?
Is it possible to instantiate the abstract class?
What is the use join() in Threads ?
What we have to do, when we don't want to implement all methods of an interface?
Write a program to check for a prime number in java?