Which method is used to retrieve a Boolean value from a SharedPreferences object?

Which method is used to retrieve a Boolean value from a SharedPreferences object?




a. readBool()
b. readBoolean()
c. getBoolean()
d. getBool()


Answer: c. getBoolean()


Learn More :