What is an actionevent in java?



What is an actionevent in java?..

Answer / Durgesh Kumar Maheshwari

An ActionEvent in Java is an event that is generated by a Swing component when an action command, usually associated with an Action, has occurred.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Java Related AllOther Interview Questions

Why do we only use the main method to start a program?

1 Answers  


What is meant by code profiling?

1 Answers  


what is meant by Encapsulation?Explain with an example?

4 Answers  


For each of the following program segments,give a big zero analysis for the running time 1.For (i=0;i<m;i++) { // } 2.For (j=0;j<i;j++)

1 Answers   St. Pauls University,


What is servlets.

10 Answers   HCL, Infosys,


What is an action class in java?

1 Answers  


i heard that JVM internally contains pointers...is this true?

4 Answers   Wipro,


What are messages in java?

1 Answers  


Is java built on c?

1 Answers  


there are 67 seats in train . there are only 5 seats in a row and in last row there are only 2 seats. One person can reseve only 5 seat at a time. If person reserving seat , the care is atken that he may get all in row. if seats are not available in row then the arrangement is so that person group get nearby seats. the following class is given public class seat { char name; int seat; boolean isSeatempty } 1.Draw require class digram and object diagram. 2.Write function seatallot(int noofperson) to allocate seat with seat nuber printed for the each name.

1 Answers   Sapient,


What are the Advantages of java se 8 new features?

1 Answers  


What is a java singleton?

1 Answers  


Categories