Services
Discover
Homeschooling
Ask a Question
Log in
Sign up
Filters
Done
Question type:
Essay
Multiple Choice
Short Answer
True False
Matching
Topic
Computing
Study Set
Big Java Binder Early Objects
Quiz 10: Interfaces
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Practice Exam
Learn
Question 81
Multiple Choice
Consider the following code snippet: class MouseClickedListener implements ActionListener { Public void mouseClicked(MouseEvent event) { Int x = event.getX() ; Int y = event.getY() ; Component.moveTo(x,y) ; } } What is wrong with this code?