Multiple choice

Which of the following is not a callback method defined by Service base calss?

  1. onStartCommand()

  2. onBind()

  3. onUnbind()

  4. onIntent()

  5. onDestroy()

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Object is the base class for all the classes in JAVA. There is no change in it when it comes to Android application. Context is the base class for activity class in an android application.