ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 46 - Associate Android Developer discussion

Report
Export

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
Answers
A.
MODE_PRIVATE or MODE_PUBLIC
B.
combination of MODE_WORLD_READABLE and MODE_WORLD_WRITEABLE
Answers
B.
combination of MODE_WORLD_READABLE and MODE_WORLD_WRITEABLE
C.
Value is either 0 or a combination of MODE_PRIVATE, MODE_WORLD_READABLE,
Answers
C.
Value is either 0 or a combination of MODE_PRIVATE, MODE_WORLD_READABLE,
D.
MODE_WORLD_WRITEABLE, and MODE_MULTI_PROCESS
Answers
D.
MODE_WORLD_WRITEABLE, and MODE_MULTI_PROCESS
Suggested answer: C
asked 18/09/2024
Arun Lailamony
38 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first