Multiple choice Shared preferences can use shared data between multiple applications for single application Both (1) and (2) 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.