Google News
logo
Android - Quiz(MCQ)
Which of the following is the parent class of service?
A)
object
B)
contextWrapper
C)
context
D)
contextThemeWrapper

Correct Answer :   contextWrapper


Explanation : The android.app.Service is subclass of ContextWrapper class. Android service is a component used to perform operations on the background, such as playing music, handling network transactions, interacting content providers, etc.

Advertisement