Podcast
Questions and Answers
How is the general form to set a specific type of layout manager written in Java?
How is the general form to set a specific type of layout manager written in Java?
- Void setLayout(Layoutmanager lm)
- Void setLayout(LayoutManager lm)
- void setLayout(LayoutManager lm) (correct)
- void setLayout(layoutManager lm)
What is an AWT container in Java?
What is an AWT container in Java?
- Container (correct)
- Eventobj
- Graphics
- None of these
What does a checkbox consist of?
What does a checkbox consist of?
- Combination of a small box
- Combination of a large box and a label (correct)
- Both a & b
- A label
What are Java applets used to create?
What are Java applets used to create?
What does AWT stand for?
What does AWT stand for?
Flashcards are hidden until you start studying