Solved

SharedPreferences

Question 66

Multiple Choice

SharedPreferences.Editor is an interface used for modifying values in a SharedPreferences object. All changes you make in an editor are batched, and not copied back to the original until you call:


A) commit()
B) apply()
C) commit() or apply() or

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions