The name-value pair in a SharedPreferences object is saved to a(n) ____________________ file that can be retrieved later in the app or after the app closes.

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

XML

Computer Science & Information Technology

You might also like to view...

Use a(n) ____ loop to execute a body of statements continually as long as the Boolean expression that controls entry into the loop continues to be true.

A. empty B. while C. definite D. control

Computer Science & Information Technology

Which of the following is NOT a typical action of the catch block?

A. Completely handling the exception B. Partially processing of the exception C. Rethrowing the same exception for the calling environment D. Throwing the exception

Computer Science & Information Technology