Which of the following statements is false?
a. By default a ListView supports multiple selection—many items at a time may be selected. ListViews also support single selection.
b. The type of selection is managed by the ListView’s MultipleSe-lectionModel (a subclass of SelectionModel from package ja-vafx.scene.control), which contains observable properties and various methods for manipulating the corresponding ListView’s items.
c. To respond to selection changes, you register a listener for the MultipleSelectionModel’s selectedItem property (lines 41–43).
d. ListView method getSelectionModel returns a MultipleSe-lectionModel object.
A
You might also like to view...
A character or set of characters that marks the end of a piece of data is known as a(n) __________.
a. median b. end marker c. delimiter d. boundary
An argument type followed by a(n) in a method’s parameter list indicates that the method receives a variable number of arguments of that particular type.
a. square brackets ([]) b. ellipsis (...) c. varargs keyword d. All of the above are acceptable to indicate a variable number of arguments.
A ____ character is a placeholder that stands for one or more characters.
A. wildcard B. virtual C. query D. variable
All of the following are elements that make up the database, except _______.
A. tables B. requests C. forms D. reports