When you Click a Button, What event will be fired?

Answers were Sorted based on User's Feedback



When you Click a Button, What event will be fired?..

Answer / niranjanravi

An ActionEvent is generated.

Is This Answer Correct ?    3 Yes 1 No

When you Click a Button, What event will be fired?..

Answer / dipil t t

An ActionEvent is generated.It is performed by
actionListner.

Is This Answer Correct ?    1 Yes 1 No

When you Click a Button, What event will be fired?..

Answer / akshay

MouseListener Interface contains method mouseclicked(), this is called..

Is This Answer Correct ?    0 Yes 0 No

When you Click a Button, What event will be fired?..

Answer / bindu

which listeners are added to button those listener methods
vill be called.

Is This Answer Correct ?    0 Yes 1 No

When you Click a Button, What event will be fired?..

Answer / kureshi salman rafik

An ActionEvent is fired.An actionevent extends
ActionListner.
ActionEvent using actionperformed() method.

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More Core Java Interview Questions

What is a numeric format?

0 Answers  


How many bytes is double?

0 Answers  


we have two threads..both the threads are reading the data.. is there any need of synchronization there?...justify it?

4 Answers   IBM,


Explain the significance of class loaders in bootstrap?

0 Answers  


explain the concept of virtual method invocation in polymorphism in detail?

0 Answers   TCS,






What happens if we don’t override run method ?

0 Answers  


Can constructor be protected in java?

0 Answers  


What is a priority queue java?

0 Answers  


Why should we use singleton pattern instead of static class?

0 Answers  


How to create an instance of a class without using "new" operator? Plz help me out properly.Thank u.

10 Answers   CSC,


who can we create the object of a class? in how many ways we can create it (max 5)

2 Answers  


What are the different types of inner classes?

0 Answers  


Categories