What is meant by event handling?
Answers were Sorted based on User's Feedback
Answer / vamsy krishna
One type of communications that can occur between objects is
the event. An event is any action that can be captured in code.
| Is This Answer Correct ? | 7 Yes | 3 No |
Differences between C and Java?
Can we initialize the final blank variable?
What are batch updates. in jdbc
What is the reason behind using constructors and destructors?
what is an anonymous class?
What data type is a string?
In treeset we add same object ...what will be the out put
Why are strings immutable in Java?
What is the difference between stored procedure & function?
what is Dictionary? and what purpose it is used for?
Consider that class classA, abstract class classB, and final classC have been defined.Which one of the following is correct? 1. classA extends classC implements classB 2. class A extends classB, classC 3. classA extends classB 4. classB implements classC
What is a locale?