Question: If you want to store a small amount of information (e.g., user settings), whats the best, built-in way to go?

  1. UserDefaults
  2. plist file
  3. CoreData
  4. TextFile

Answer: The correct answer of the above question is Option A:UserDefaults