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...

Which of the following represents a broadcast IP address?

A. 0.0.0.0 B. FF:FF:FF:FF:FF:FF C. 255.255.255.255 D. 1.1.1.1

Computer Science & Information Technology

A normal selector can be used to apply styles to several elements at one time

Indicate whether the statement is true or false

Computer Science & Information Technology

The ________ contains a list of blocks that can control the order that actions are executed or help structure the macro

Fill in the blank(s) with correct word

Computer Science & Information Technology

What is true about a function call statement?

A. Every function must be called at least once. B. A function may be called whenever it is needed. C. A function may be called only one time in a program. D. A function may not be called from separate functions.

Computer Science & Information Technology