Question:Which of the following are true?
A Both startActivity and startSubActivity start an activity synchronously.
B Both startActivity and startActivityForResults start an activity asynchronously.
C startActivity is an asynchronous call, but startSubActivity is synchronous.
D startActivity is a synchronous call, but startSubActivity is asynchronous.
+ AnswerA B
+ Report