Briefing Android Knowledge

Which of these is the incorrect method for an Application to save local data?

Which of these is the incorrect method for an Application to save local data?

A.
Extend PreferencesActivity and save in an XML file.

B.
Save as a file in the local file system.

C.
Save in the database using SQLite.

D.
Save in the hash table file using the Dictionary class.