Multiple Choice
Does an applet compile like any other Java application program?
A) No -- applets do not produce a .class file because they don't have a main method.
B) Yes -- except the Web browser compiles the applet code.
C) Yes -- it is compiled as an application program and produces a .class file.
D) No -- applets are .applet files and not .java files.
Correct Answer:

Verified
Correct Answer:
Verified
Q31: The class Graphics provides methods for drawing
Q32: Which of the options in the accompanying
Q33: To draw a rectangle filled with the
Q34: The graphic in the accompanying figure is
Q35: When you type a regular alphanumeric key,
Q37: Given Graphics object graph, which of the
Q38: Clicking on a JCheckBox generates an item
Q39: Which of the following methods does the
Q40: Which menu will appear first if it
Q41: The layout manager FlowLayout places components in