What enableEvents() method do?
Answer / ramesh
The enableEvents() method is used to enable an event for a
particular object. Normally, an event is enabled when a
listener is added to an object for a particular event. The
enableEvents() method is used by objects that handle events
by overriding their event-dispatch methods.
| Is This Answer Correct ? | 4 Yes | 0 No |
What happens if we don’t define serial version uid?
How many arguments can a method have java?
How can you traverse a linked list in java?
Does java have extension methods?
What is the use of string and stringbuffer?
what is the difference between sleep() and Wait()?
What is the final method?
What are sets in java?
what do you mean by java annotations?
How do you ensure that n threads can access n resources without deadlock?
What are Transient and Volatile Modifiers?
3 Answers SAP Labs, TUP Manila,
What is package private scope in java?