Multiple Choice
Which of the following is NOT true about the SharedPreferences interface?
A) The data it saves is persistent even if application is killed.
B) It only saves primitive data in key-value pairs.
C) Modifications to preferences saved should go through class SharedPreferences.Editor
D) It can save any data type in key-value pairs.
Correct Answer:

Verified
Correct Answer:
Verified
Q9: Which of the following statements hold true
Q10: What Activity method you would use to
Q11: The values of which of the following
Q12: Which of the following Android View sub-classes
Q13: What is not true about the AndroidManifest.xml
Q15: What is the minimum Android SDK version
Q16: Which of the following would you consider
Q17: Which of the following is NOT true
Q18: Which of the following adds a click
Q19: Which of the following is NOT true