Solved

What Does the Following Code Achieve? Intent Intent = New

Question 29

Multiple Choice

What does the following code achieve? Intent intent = new Intent(FirstActivity.this, SecondActivity.class) ; startActivityForResult(intent) ;


A) Starts a browser activity
B) Starts a sub-activity
C) Starts an activity service
D) Sends results to another activity.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions