Android
AND-401 · Question #67
What does the following line of code achieve? Intent intent = new Intent(FirstActivity.this, SecondActivity.class );
The correct answer is D. Create an explicit Intent. See the full explanation below for the reasoning.
Question
What does the following line of code achieve? Intent intent = new Intent(FirstActivity.this, SecondActivity.class );
Options
- ACreates an hidden Intent
- BCreates an implicit Intent
- CCreate an explicit Intent
- DCreate an explicit Intent
How the community answered
(56 responses)- A5% (3)
- B9% (5)
- C2% (1)
- D84% (47)
Community Discussion
No community discussion yet for this question.