Sapient
Company
Programming
Which of the following statements is/are true about Android OS regarding Activities?
A. The Android OS uses a priority queue to assist in mananging activities running on the device.
B. The Android OS uses a circular queue to assist in managing activities running on the device.
C. An activity can go through the following states-Active/Running. Paused and Stopped.
1) A and C
2) B and C
3) only C
4) only B
Read Solution (Total 3)
-
- A and C as in android intent or activity are managed by priority queue and C is obvious
- 7 years agoHelpfull: Yes(1) No(0)
- only c as there is an activity lifecycle involved and there is no concept of the priority queue in android os
- 7 years agoHelpfull: Yes(0) No(0)
- The Android OS uses a priority queue to assist in mananging activities running on the device.
An activity can go through the following states-Active/Running. Paused and Stopped. - 7 years agoHelpfull: Yes(0) No(0)
Sapient Other Question