What is a background thread?



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

Post New Answer

More Apple iOS Interview Questions

What is delegate in ios objective c?

1 Answers  


Difference between retain and assign ?

1 Answers  


What is block in ios objective c?

1 Answers  


When would you say that an app is not in a running state?

1 Answers  


Define decoding or deserialization and encoding or serialization?

1 Answers  


Define fast enumeration?

1 Answers  


What is ipad screen size?

1 Answers  


When is an app said to be in active state?

1 Answers  


Which object is create by uiapplicationmain function at app launch time?

1 Answers  


In which language is ios written?

1 Answers  


What is ios technology?

1 Answers  


What is iphone architecture?

1 Answers  


Categories