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 json parser in java?
What is quick sort in java?
What is meant by class loader and how many types are there?
What are the three parts of a lambda expression? What is the type of lambda expression?
What about features of local inner class?
What does three dots mean in java?
what is meta-Inf?
After compilation of java program we'll get .class code. If it's generated in OS Windows XP will it work on OS Linux? If yes why? If no why?
What is a method vs function?
Describe the various concepts related to object oriented programming (oop).
can we override the main() method in java????
3 Answers Vimukti Technologies,
Give me example of derived data types.