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 |
In how many ways we can do exception handling in java?
What is object data type?
What language is java written?
What is the static variable?
Name the methods that used to get and set the text label displayed by a Buttonobject?
Can we extend a class with private constructor?
what is a working thread? : Java thread
What’s a deadlock?
what is multitherading
What is purpose of find feature?
What does replaceall do in java?
Does java support function overloading, pointers, structures, unions or linked lists?