Multiple Choice
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.
Correct Answer:

Verified
Correct Answer:
Verified
Q31: Which Fragment class life-cycle method you must
Q32: Consider the following the code: public boolean
Q33: Which of the following is a valid
Q34: Which of the following methods is used
Q35: Which folder contains the Android project Java
Q37: Consider the following: <?xml version="1.0" encoding="utf-8"?><br><menu<br>Xmlns:android="http://schemas.android.com/apk/res/android"><br><item android:id="@+id/create_new"
Q38: Javascript is enabled by default in a
Q39: What does the following line of code
Q40: Which of the following applies to the
Q41: Which of the following permission is necessary