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

Can we have a try block without catch block?

0 Answers  


What is mean by UML? what is the use? where we are using?

1 Answers   Eka Software,


How can u create the Object of class Without using "New" opertor?

3 Answers   IBM, TCS,


How to convert String into primitive datatype.

6 Answers  


What is the difference between the ">>" and " >>>" operators in java?

0 Answers  






What is abstraction in java?

0 Answers   Akamai Technologies,


What is difference between ++ I and I ++ in java?

0 Answers  


What is difference between filereader and bufferedreader?

0 Answers  


What are the changes in java.io in java 8 ?

0 Answers  


When should the method invokelater() be used?

0 Answers  


Explain static nested classes ?

0 Answers  


1.what is the exact difference between applet and frame? 2.Do we use main method in frames?

5 Answers  


Categories