Question: What is the current recommended way to handle long-running background tasks?

  1. WorkManager
  2. AsyncTask
  3. IntentService
  4. Thread

Answer: The correct answer of the above question is Option A:WorkManager