What does this code do?

What does this code do?

Intent intent = new Intent();

intent.setAction(Intent.ACTION_VIEW); intent.setData(android.net.Uri.parse("http://www.androidatc.com"));

startActivity(intent);
A . Starts a sub-activity
B . Starts a service
C . Sends results to another activity.
D . Starts an activity using an implicit intent.

Answer: D

Explanation:

References: Android ATC Self Study Guide http://www.androidatc.com/pages-19/Self-Study

Latest AND-401 Dumps Valid Version with 228 Q&As

Latest And Valid Q&A | Instant Download | Once Fail, Full Refund

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments