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 a static class can contains?

0 Answers  


Can we override the private methods?

0 Answers  


what is bytecode? watz the difference between machine code and bytecode?

9 Answers   Oracle,


What are the different types of java?

0 Answers  


What are different types of access modifiers?

3 Answers  






What is dynamic array in java?

0 Answers  


For class CFoo { }; what default methods will the compiler generate for you>?

0 Answers   Amazon,


Tell us something about different types of casting?

0 Answers  


Explain JMS in detail.

0 Answers   Amdocs,


What is difference between path and classpath?

0 Answers  


Given: 11. public static void main(String[] args) { 12. Integer i = uew Integer(1) + new Integer(2); 13. switch(i) { 14. case 3: System.out.println(”three”); break; 15. default: System.out.println(”other”); break; 16. } 17. } ‘What is the result? 1 three 2 other 3 An exception is thrown at runtime. 4 Compilation fails because of an error on line 12.

9 Answers  


Hi friends i want display Triangle shap stars(*) please can tell me any one java code logic? * *** ***** ******* Like this

2 Answers   NIIT, TCS,


Categories