Multiple choice Which of the following is not a callback method defined by Service base calss? onStartCommand() onBind() onUnbind() onIntent() 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.