Sapient
Company
Programming
Answer the statements which are correct about Handler class
A. A handler object registers itself with the thread in which it is created.
B. The data which can be posted via the Handler class cannot be an instance of the Message or the Runnable class.
C. A Handler is particulary useful if you want to post data multiple times to the main thread
1) A and B
2) B and C
3) C and A
4) All of the given options
Read Solution (Total 1)
-
- 3) C and A
- 7 years agoHelpfull: Yes(0) No(0)
Sapient Other Question