Android
AND-401 · Question #53
AND-401 Question #53: Real Exam Question with Answer & Explanation
Sign in or unlock AND-401 to reveal the answer and full explanation for question #53. The question stem and answer options stay visible for context.
Question
Which of the following lines of code is used to pass a value to the next activity?
Options
- AIntent i = new Intent(this,newActivity);
- BaddExtra("test");
- CIntent i = new Intent(this,newActivity);
- DputValue("test");
- EIntent i = new Intent(this,newActivity);
- FputValue("value1","test");
- GIntent i = new Intent(this,newActivity);
- HputExtra("value1","test");
Unlock AND-401 to see the answer
You've previewed enough free AND-401 questions. Unlock AND-401 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.