Solved

To Include Swing and AWT Components in Your Program, Use

Question 37

Multiple Choice

To include Swing and AWT components in your program, use the following import statements:


A) import java.swing; import java.awt;
B) import java.swing; import javax.awt;
C) import javax.swing; import java.awt;
D) import javax.swing; import javax.awt;

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions