Within a class for an asynchonous thread, which of the following methods is executed on the asynchronous thread?

Within a class for an asynchonous thread, which of the following methods is executed on the asynchronous thread?










a. onPreExecute()
b. doInBackground(Params...)
c. onProgressUpdate(Progress...)
d. onPostExecute(Result)












Answer: B


Android

Learn More Multiple Choice Question :