InterviewSolution
Saved Bookmarks
| 1. |
Which of these are integer constants of ComponentEvent class?(a) COMPONENT_HIDDEN(b) COMPONENT_MOVED(c) COMPONENT_RESIZE(d) All of the mentioned |
|
Answer» The correct answer is (d) All of the mentioned The best explanation: The component event class defines 4 constants COMPONENT_HIDDEN, COMPONENT-MOVED, COMPONENT-RESIZE and COMPONENT-SHOWN. |
|