Google News
logo
Android - Quiz(MCQ)
The extras can be set and read using the?
A)
setExtras() and getExtras() methods
B)
putsExtras() and getsExtras() methods
C)
setsExtras() and getsExtras() methods
D)
putExtras() and getExtras() methods

Correct Answer :   putExtras() and getExtras() methods


Explanation : The extras can be set and read using the putExtras() and getExtras() methods respectively.

Advertisement