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 |
Why do we only use the main method to start a program?
What is meant by code profiling?
what is meant by Encapsulation?Explain with an example?
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.
What is an action class in java?
i heard that JVM internally contains pointers...is this true?
What are messages in java?
Is java built on c?
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.
What are the Advantages of java se 8 new features?
What is a java singleton?