There are two statements:
Statement A: You should use AsyncTask to do a long operation.
Statement B: You shoud use Service to do a shorter operation.
Which of them are correct?
A. Statement A is True, and Statement B is True
B. Statement A is True, and Statement B is False
C. Statement A is False, and Statement B is True
D. Statement A is False, and Statement B is False
Answer: D