This course will be retired on July 14, 2025.
Quiz Question 1 of 3
The return value from onStartCommand represents what will happen if:
Choose the correct answer below:
-
A
the Service is killed after returning from onStartCommand
-
B
the Service is killed after returning from onStartCommand but before being stopped
-
C
the Service’s Process is killed after returning from onStartCommand
-
D
the Service’s Process is killed after returning from onStartCommand but before being stopped