Multiple Choice
Which package will you most likely have to import in order to write a GUI program?
A) java.awt.*
B) java.io.*
C) java.text.*
D) java.net.*
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q11: The class JFrame contains the method setSize.
Q12: GUI components are placed in a window
Q13: The method getContentPane of the class JFrame
Q14: The class ActionListener contains only one method,
Q15: In object-oriented design, the nouns found in
Q17: What is the name for Java classes
Q18: Every window has a title, width, and
Q19: An interface is a class that contains
Q20: Based on the problem statement above, which
Q21: Wrapper class objects are mutable.