# | Question |
1 | To create a Window in a Java
Application that is compatible with JDK 1.2 you can extend what
class(es)? (Choose all that apply) A. JFrame |
2 | Which of the following
statements is true? (Choose all that apply) A. java.awt.Frame is apart of the AWT (JDK1.1) technology. |
3 | Which of the
following statements is true about Swing.? (Choose all that apply) A. Swing components, like JOptionPane, can be place in a frame that extends
java.awt.Frame. |