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 the difference between replace and replace all?
What is the use of static methods?
Explain break statement and continue statement?
wat is class level lock and object level lock
What is the collections api?
What are the advantages of autoboxing?
What is a method ?
What is class??
What are checked exceptions?
What is a method declaration?
explain multi-threading in java?
explain the classification of exception and hoew to handle the exceptions