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 are the limitations for static method?
How are the elements of a gridbaglayout organized in java programming?
give me the answer of this code class A extnds String This code we can write r not in Java? Explain?
Why do we use predicate in java?
How many types of literals are there in JAVA?
What is the function of log?
Can we change the value of static variable?
Can a private method be declared as static?
Differentiate between stringbuffer and string?
When we should use serialization?
How can we make a class singleton?
Describe what happens when an object is created in java ?