What is the difference between a Choice and a List?

3 years ago
OOP Java

Choice

A Choice is displayed in a compact form that must be pulled down, in order for a user to be able to see the list of all available choices. Only one item may be selected from a Choice.

List

A List may be displayed in such a way that several List items are visible. A List supports the selection of one or more List items.

More related questions

Questions Bank

View all Questions