InterviewSolution
Saved Bookmarks
| 1. |
Which of these methods will respond when you click any button by mouse?(a) mouseClicked()(b) mouseEntered()(c) mousePressed()(d) all of the mentionedI have been asked this question in an internship interview.The question is from Event Listeners Interfaces topic in division Event Handling of Java |
|
Answer» The correct answer is (d) all of the mentioned |
|