Exam AND-401 All QuestionsBrowse all questions from this exam
Question 14

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

    Correct Answer: C

    The class used by Intent to store additional information is called Bundle. Bundle is a mapping from String keys to various Parcelable values and is commonly used in Android to pass data between activities using Intents.

Discussion
MmadiOption: C

C. Bundle