Android
AND-401 · Question #34
AND-401 Question #34: Real Exam Question with Answer & Explanation
Sign in or unlock AND-401 to reveal the answer and full explanation for question #34. The question stem and answer options stay visible for context.
Question
Consider the following code: Intent intent = new Intent(); intent.setAction(Intent.ACTION_VIEW); startActivity(intent); Which of the following is correct about the code above?
Options
- AIt sends a result to a new Activity in a Bundle.
- BIt will not compile without adding the INTERNET permission the Manifest file.
- CIt starts any activity in the application that has a WebView in its layout.
- DWhen it is executed, the system starts an intent resolution process to start the right Activity.
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.