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 JVM and JRE?
What is difference between wait and notify in java?
we cannot create an object of interface but we can create a variable of it
How do you declare an array that will hold more than 64KB of data?
How do you write a good declaration?
If we don’t want some of the fields not to serialize how to do that?
Is 0 an even number?
What is compareto () in java?
What is the basic of java?
What is oop principle in java?
Explain the use of sublass in a java program?
what is the purpose of using rmisecuritymanager in rmi?