answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: What event is generated in java when user makes a menu selection?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How can random numbers be generated in Java?

Random numbers can be generated in Java using the "random" class. One needs a single "random" object to generate a series of random numbers as a unit.


What are Java beans?

In eclipse you can create java bean by generating getters and setters. Getters and setters are generated as ' alt + shift + s + r'.


What are the advantages and disadvantages event handler to event properties?

what are the advantages and dis advantages of event handling in java


Abbrevation for JAVA?

"Java" doesn't stand for anything. For some reason wikianswers has Java in capitals, which makes it look like its an abbreviation.


Java was acquired by the maker of what operating system?

Java is developed by Sun, which makes Solaris OS.


Is it possible that overuse of selection and repetition statements can lead to JAVA Run time Bloat?

Yes it is


What are the features in java that makes it similar to C programming?

Java is not similar to C. Java is, however, similar to C++. Both C++ and Java are object orientated programming languages (OOPL's).


Why is itemstatechanged method called thrice on changing an item in java swings?

http://docs.oracle.com/javase/7/docs/api/java/awt/event/ItemListener.html#itemStateChanged%28java.awt.event.ItemEvent%29 "http://docs.oracle.com/javase/7/docs/api/java/awt/event/ItemListener.html#itemStateChanged%28java.awt.event.ItemEvent%29"


Is Variable declaration in event handlers begin with keyboard declar?

No. There is no such keyword as declar in Java.


What makes java popular?

Java is popular because, it is platform independent, robust, high performance, easy to use etc.


Definition of event handling in java?

When an application or a program keeps on monitoring and quickly responds to any action that occurs at the GUI interface ,like mouse movement, selecting an item in a list or entering a keyboard input and so on then such a scenario is termed as event handling. In java the events from the event sources are captured and they are sent to event listeners for respective actions to be taken.


How does the string trim work in Java?

The string trim works in Java by trimming white space from the beginning and end of a string. It cleans up the string and makes makes it neater for the users of the program.