InterviewSolution
Saved Bookmarks
| 1. |
Which of these methods can be used to obtain the coordinates of a mouse?(a) getPoint()(b) getCoordinates()(c) getMouseXY()(d) getMouseCordinates()I had been asked this question in exam.Asked question is from MouseEvent, TextEvent & WindowEvent Class topic in portion Event Handling of Java |
|
Answer» Correct choice is (a) getPoint() |
|