AND-401 Exam QuestionsBrowse all questions from this exam

AND-401 Exam - Question 40


Which of the following classes is used by Intent to transfer data between different android components?

Show Answer
Correct Answer: B

Bundle is used by Intent to transfer data between different Android components. A Bundle can contain various types of data, which can be retrieved by the receiving component. This class is designed to manage key-value pairs for communication between activities and other components, making it a versatile and common choice for data transfer in Android development.

Discussion

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

B. Bundle