Which of these methods is used to get x coordinate of the mouse?
(a) getX()
(b) getXCoordinate()
(c) getCoordinateX()
(d) getPointX()
The question was asked in semester exam.
The query is from MouseEvent, TextEvent & WindowEvent Class topic in division Event Handling of Java