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 |
How to synchonise HashMap
What are white spaces in java?
What are format specifiers in java?
What is parameter tag and what is its use?
Is it possible to use Semaphore/ Mutex in an Interrupt Handler?
What is outofmemoryerror in java?
What is java util?
What are conditionals and its types?
What is package protected in java?
Explain method overloading and overriding?
Which of the following can be referenced by a variable? A. The instance variables of a class only B. The methods of a class only C. The instance variables and methods of a class
What are the types of collections in java?