Solved

Consider the Following Code Snippet

Question 77

Multiple Choice

Consider the following code snippet:
Public class MyMouseListener implements MouseListener
{
Public void mousePressed(MouseEvent event)
{
Double x;
Double y;
_______
System.out.println("x: " + x + ", y: " + y) ;
}
) . .
}
Which of the following statements should be filled in the blank to print out where the mouse was pressed?


A) x = event.getXposition() ; y = event.getYposition() ;
B) x = (MouseEvent) getX() ; y = (MouseEvent) getY() ;
C) x = event.printX() ; y = event.printY() ;
D) x = event.getX() ; y = event.getY() ;

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions

Unlock this Answer For Free Now!

View this answer and more for free by performing one of the following actions

qr-code

Scan the QR code to install the App and get 2 free unlocks

upload documents

Unlock quizzes for free by uploading documents