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 MultipleSelectionModel (a subclass of
SelectionModel from package javafx.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 MultipleSelectionModel object.


a. By default a ListView supports multiple selection—many items at a time may be selected.
ListViews also support single selection.

Computer Science & Information Technology

You might also like to view...

Name three skills programmers must have besides the ability to write software.

What will be an ideal response?

Computer Science & Information Technology

On a communication matrix, where would blogs be found?

A. Public synchronous B. Public asynchronous C. Private synchronous D. Private asynchronous

Computer Science & Information Technology

A(n) ______ disk is a storage device that contains one or more inflexible, circular platters that use magnetic particles to store data, instructions, and information.

A. solid-state B. hard C. flash D. optical

Computer Science & Information Technology

In the figure above, the motion __________________ is being reshaped.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology