What is an event?

Answers were Sorted based on User's Feedback



What is an event?..

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

What is an event?..

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

Post New Answer

More Core Java Interview Questions

How do you compare objects in java?

0 Answers  


How do you remove duplicates from an array in java?

0 Answers  


What is the difference between the >> and >>> operators?

1 Answers  


What are the 8 data types in java?

0 Answers  


what is associative array

1 Answers   Tech Mentro,






Can keyword be used as identifier?

0 Answers  


Is 0 a prime number?

0 Answers  


What is finalize()? Is finalize() similar to a destructor?

0 Answers  


when we have to use final class in java?

2 Answers  


Is an integer an object?

0 Answers  


What is "this" keyword in java? Explain

0 Answers  


List two java ide’s?

0 Answers  


Categories