Android Application Development (AND-401) — Question 14

What is the name of the class used by Intent to store additional information?

Answer options

Correct answer: C

Explanation

The correct answer is C, Bundle, which is specifically designed to hold key-value pairs of data and is used by Intent to pass additional information. Options A, Extra, and D, DataStore, are not classes in Android for this purpose, while Parcelable is an interface used for serialization but does not store information itself.