AND-401 Exam QuestionsBrowse all questions from this exam

AND-401 Exam - Question 14


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

Show Answer
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

1 comment
Sign in to comment
MmadiOption: C
Dec 31, 2022

C. Bundle