nerdexam
Android

AND-401 · Question #81

Which method should you use to start a sub-activity?

The correct answer is B. startActivityForResult(Intent intent). See the full explanation below for the reasoning.

Question

Which method should you use to start a sub-activity?

Options

  • AstartActivity(Intent intent)
  • BstartActivityForResult(Intent intent)
  • CstartService(Intent intent)
  • DstartSubActivity(Intent intent)

How the community answered

(29 responses)
  • A
    21% (6)
  • B
    69% (20)
  • C
    7% (2)
  • D
    3% (1)

Community Discussion

No community discussion yet for this question.

Full AND-401 Practice