what are background threads? give ex?
A background thread is a thread that does not interact with the user. We can say it is basically a while loop. ex while(true) { if (condition == fail) break }