(17
(Choose 1 answer)
A. Bound Services have a user interface, while Started Services don't.
What is the primary difference between a Bound Service and a Started Service (unbound) in Android?
B. Bound Services can't run in the background, while Started Services can.
C. Bound Services can be bound to by multiple clients, while Started Services can't.
D. Started Services are always started with an explicit start command, while Bound Services are started implicitly.