When you Click a Button, What event will be fired?
Answers were Sorted based on User's Feedback
Answer / dipil t t
An ActionEvent is generated.It is performed by
actionListner.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / akshay
MouseListener Interface contains method mouseclicked(), this is called..
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / bindu
which listeners are added to button those listener methods
vill be called.
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / kureshi salman rafik
An ActionEvent is fired.An actionevent extends
ActionListner.
ActionEvent using actionperformed() method.
| Is This Answer Correct ? | 0 Yes | 1 No |
Is space a character in java?
when to use abstract class and when to use interface?
16 Answers Exterro, iGate, IonIdea,
How do you implement singleton class?
How do you use find and replace?
What does || mean in vectors?
What is defined as false sharing in the context of multithreading?
Differentiate Vector and ArrayList?
question on Thread synchronization
What is stack class in java?
What Is Composition?
What are the basic control structures?
Why stringbuffer is faster than string?