Which of the following statements is false?

a. A PreferenceFragment uses Preference objects to manage app settings and stores those settings in a file via a SharedPreferences object.
b. A ListPreference creates checkboxes in which only one can be selected.
c. A MultiSelectListPreference creates a GUI containing checkboxes, any number of which can be selected.
d. To modify a SharedPreferences file’s contents, you’ll use a SharedPrefer-ences.Editor object.


b. A ListPreference creates checkboxes in which only one can be selected. Actually, a ListPreference creates mutually exclusive radio buttons in which only one can be selected.

Computer Science & Information Technology

You might also like to view...

Which of the following is NOT a valid AWT class?

A) Panel B) Applet C) TextArea D) JMenu

Computer Science & Information Technology

Queue: What are the implications of forgetting to include an isFull() method for a type whose size is static (e.g., the Queue implementations)?

What will be an ideal response?

Computer Science & Information Technology

Keywords and descriptions are examples of HTML codes called ____ tags.

A. head B. body C. meta D. key

Computer Science & Information Technology

To zoom means to increase or to decrease the size of the document in the window

Indicate whether the statement is true or false

Computer Science & Information Technology