Podcast
Questions and Answers
In advanced Java, which component is used for implementing the Model-View-Controller architecture?
In advanced Java, which component is used for implementing the Model-View-Controller architecture?
- JComponent (correct)
- JLabel etc
- JApplet
- JLabel
Which component is commonly used for creating graphical user interfaces in Java?
Which component is commonly used for creating graphical user interfaces in Java?
- JComponent
- JLabel etc (correct)
- JLabel
- JApplet
Which component is used to create a window in a Java GUI application?
Which component is used to create a window in a Java GUI application?
- JApplet (correct)
- JLabel etc
- JComponent
- JLabel
Which component in Java is used to create a drop-down list of items?
Which component in Java is used to create a drop-down list of items?
Which component in Java is commonly used to display a single line of read-only text?
Which component in Java is commonly used to display a single line of read-only text?
Which component in Java is used to display a list of items that the user can select?
Which component in Java is used to display a list of items that the user can select?