What is a background thread?
Answer / Mohit Pal
A background thread is a separate thread of execution in an application that runs concurrently with the main (or UI) thread. Background threads are used to perform tasks that can be time-consuming or blocking, such as downloading data from the internet, without affecting the responsiveness of the user interface.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is delegate in ios objective c?
Difference between retain and assign ?
What is block in ios objective c?
When would you say that an app is not in a running state?
Define decoding or deserialization and encoding or serialization?
Define fast enumeration?
What is ipad screen size?
When is an app said to be in active state?
Which object is create by uiapplicationmain function at app launch time?
In which language is ios written?
What is ios technology?
What is iphone architecture?