employer cover photo
employer logo

Frage im Vorstellungsgespräch bei Hortonworks

How do you avoid doing long running tasks on the UI thread. How to write non-blocking UI code?

Antwort im Vorstellungsgespräch

Anonym

8. Juli 2018

Use thread to do long running tasks and retrieve result using a callback method passed to the thread.