Android
OA0-002 · Question #138
Which of these is the incorrect method for an Application to save local data?
The correct answer is D. Save in the hash table file using the Dictionary class. See the full explanation below for the reasoning.
Question
Which of these is the incorrect method for an Application to save local data?
Options
- AExtend PreferencesActivity and save in an XML file.
- BSave as a file in the local file system.
- CSave in the database using SQLite.
- DSave in the hash table file using the Dictionary class.
How the community answered
(22 responses)- A9% (2)
- B5% (1)
- C5% (1)
- D82% (18)
Community Discussion
No community discussion yet for this question.