Multiple Choice
What are the objects needed in order to create a Java GUI (graphical user interface) ?
A) components
B) events
C) listeners
D) all of the above
E) only classes from AWT and/or Swing are needed
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q18: An object should be encapsulated in order
Q23: Assume method0 calls method1 and method2, method1
Q24: All Java classes must contain a main
Q25: An Employee will have a name, social
Q26: A method defined in a class can
Q28: Regarding the software failure described at the
Q31: Consider a method defined with the header:
Q32: What visibility modifiers would you use for
Q34: Add a constructor to class Box for
Q44: Visibility modifiers include<br>A) public, private<br>B) public, private,