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.
D
I choose D