In case of Service and IntentService the main differences are Service runs on the main thread while IntentService is not, and
Service
IntentService
Actually, JobIntentService would be better if rename to JobedIntendService, one get obscured with JobService at first glance.