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:

Verified
Correct Answer:
Verified
Related Questions
Q24: Which of the following Activity life-cycle methods
Q25: Which of the following is NOT a
Q26: What is a correct statement about an
Q27: To add a new Activity to your
Q28: Which package of the following does not
Q30: Which of the following statements are NOT
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