subject

Consider the following Java program. Which one of the following is an interface?

import java. awt. event\.\*;
import javax. swing\.\*;
public class MouseWhisperer extends JFrame implements MouseListener {
MouseWhisperer() {
super("COME CLOSER");
setSize(300,100);
setDefaultCloseOperation(JFrame. EXIT_ON_CLOSE);
addMouseListener(this);
setVisible(true);
}
public void mouseClicked(MouseEvent e) { setTitle("OUCH"); }
public void mousePressed(MouseEvent e) { setTitle("LET GO"); }
public void mouseReleased(MouseEvent e) { setTitle("WHEW"); }
public void mouseEntered(MouseEvent e) { setTitle("I SEE YOU"); }
public void mouseExited(MouseEvent e) { setTitle("COME CLOSER"); }
public static void main(String[] args) { new MouseWhisperer(); }
}

Select one:

a) addMouseListener(this);
b) public class MouseWhisperer extends JFrame implements MouseListener {
c) public static void main(String[] args) { new MouseWhisperer(); }
d) public void mouseEntered(MouseEvent e) { setTitle("I SEE YOU"); }
e) setVisible(true);

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 06:30
What result from the passage of this amendment
Answers: 1
question
Computers and Technology, 22.06.2019 09:30
What are the steps involved in accepting all the changes in a document? arrange these in order click edit. click accept or reject. click changes. click accept all.
Answers: 1
question
Computers and Technology, 22.06.2019 19:10
10. when you create a pivottable, you need to specify where to find the data for the pivottable. is it true
Answers: 2
question
Computers and Technology, 23.06.2019 05:00
Jason works as an accountant in a department store. he needs to keep a daily record of all the invoices issued by the store. which file naming convention would him the most?
Answers: 2
You know the right answer?
Consider the following Java program. Which one of the following is an interface?

import...
Questions
question
Social Studies, 24.04.2020 00:33
question
Mathematics, 24.04.2020 00:33
question
Health, 24.04.2020 00:33
question
Mathematics, 24.04.2020 00:33
question
Mathematics, 24.04.2020 00:34
question
Mathematics, 24.04.2020 00:34
Questions on the website: 13722367