Multiple choice

Shared preferences can use shared data

  1. between multiple applications

  2. for single application

  3. Both (1) and (2)

  4. None of these

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Shared Preferences in Android are designed to store private primitive data in key-value pairs specific to a single application. They are not intended for sharing data directly between multiple applications.