Class Name: CEO Mentored Android Online Course
Class Session: Async Tasks, Handler, Runnable
Total Questions: 5 | Duration: 7 Mins
1) Why the lifecycle of an Asynctask or a Runnable is different from the Activity's lifecycle?
2) _____________ provides a channel to send data to the thread?
3) A ___________ is particular useful if you have want to post multiple times data to the main thread
4) The ___________ interface should be implemented by any class whose instances are intended to be executed by a thread.
5) AsyncTask enables proper and easy use of the UI thread.?