Answer Posted / raman
A listener is called when the user does something to the user
interface that causes an event. Altho these events usually
come from the user interface.
Named Inner Class Listeners -
Anonymous Inner Class Listeners -
Top-level Listeners -
Action and AbstractAction -
External Listeners -
Subclassing a component and overriding processActionEvent().
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What happens if constructor is private?
What is number data type?
What is the final method?
Can we use this () and super () in a method?
Explain some best practices you would apply while using collection in java?
Discuss different types of errors that generally occur while programming.
Which data type is class in java?
What is the public method modifier?
How do I remove a character from a string in java?
Explain parallel processing in java8?
design an lru cache in java?
If I only change the return type, does the method become overloaded?
How do you find the independent variable?
when a request is generated from apache tomcat 5.5 and goes to oracle 10g or mysql,,, how the oracle or mysql reads the request as apache is a web server and oracle 10g is application server? when the oracle 10g provides response, how the apche tomcat reads it???
What is oops in java?