Solved

With Our Context We Can Get SharedPreferences with a Method

Question 62

Multiple Choice

With our Context we can get SharedPreferences with a method, named: getSharedPreferences(String name, int mode) . What value can we transfer in a "mode"parameter?


A) MODE_PRIVATE or MODE_PUBLIC MODE_PRIVATE or MODE_PUBLIC
B) combination of MODE_WORLD_READABLE and MODE_WORLD_WRITEABLE combination of MODE_WORLD_READABLE and MODE_WORLD_WRITEABLE
C) Value is either 0 or a combination of MODE_PRIVATE , MODE_WORLD_READABLE , D MODE_WORLD_WRITEABLE , and MODE_MULTI_PROCESS Value is either 0 or a combination of , , D , and MODE_MULTI_PROCESS

Correct Answer:

verifed

Verified

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

Related Questions