In what thread does a Handler’s Runnable execute?

a. the GUI thread
b. the thread that created the Handler
c. a new thread that the Handler creates
d. None of the above

b. the thread that created the Handler

Computer Science & Information Technology

You might also like to view...

What is the efficiency of linear search?

a) O(1). b) O(log n). c) O(n). d) O(n 2 ).

Computer Science & Information Technology

Failing to document your network can increase your job security.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology