nerdexam
Android

AND-401 · Question #139

Which of the following AsyncTask methods is NOT executed on the UI thread?

The correct answer is C. publishProgress(). See the full explanation below for the reasoning.

Question

Which of the following AsyncTask methods is NOT executed on the UI thread?

Options

  • AonPreExecute()
  • BonPostExecute()
  • CpublishProgress()
  • DonProgressUpdate()

How the community answered

(35 responses)
  • A
    6% (2)
  • B
    14% (5)
  • C
    77% (27)
  • D
    3% (1)

Community Discussion

No community discussion yet for this question.

Full AND-401 Practice