Multiple choice

Which is not a GUI component?

  1. String

  2. Button

  3. Menu

  4. Combo box

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

A String is a data type representing text, not a GUI component. Buttons, Menus, and Combo boxes are standard GUI components in Java Swing/AWT.