Question: Which of the following are true?
A
B
C
D
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.
Note: Not available