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 |
Explain what pure virtual function is?
Why java does not support pointers?
What is difference between add() and addelement() in vector?
What is a byte array?
Which method you will use to create a new file to store some log data. Each time a new log entry is necessary, write string to the file in java ?
What is the purpose of using java.lang.class class?
What are the differences between Java 1.0 and Java 2.0?
What is the main method java?
Why we used break and continue statement in java?
What is meant by method overriding?
Difference between operator overloading and function overloading
0 Answers Tavant Technologies, Virtusa,
What is the default access specifier for variables and methods of a class?