🎴 Flashcard Mode
Core Java Fundamentals
Card1 / 22
Mastered0
Review0
QuestionClick to flip
To create swing components, which of the following is imported?
AnswerClick to flip back
A
javax.swing.*
💡 Explanation:
Swing components are in the javax.swing package, which must be imported to use them. The java.awt package contains the original AWT (Abstract Window Toolkit) components, while java.swing and javax.awt are incorrect package names that don't exist in the standard Java library.