InterviewSolution
Saved Bookmarks
| 1. |
Which of these are integer constants of TextEvent class?(a) TEXT_CHANGED(b) TEXT_FORMAT_CHANGED(c) TEXT_VALUE_CHANGED(d) TEXT_sIZE_CHANGEDI got this question during an online interview.My doubt is from MouseEvent, TextEvent & WindowEvent Class in division Event Handling of Java |
|
Answer» Correct choice is (c) TEXT_VALUE_CHANGED |
|