MCQOPTIONS
Saved Bookmarks
| 1. |
What is the difference between Activity context and Application Context? |
| A. | The Activity instance is tied to the lifecycle of an Activity. while the application instance is tied to the lifecycle of the application, |
| B. | The Activity instance is tied to the lifecycle of the application, while the application instance is tied to the lifecycle of an Activity. |
| C. | The Activity instance is tied to the lifecycle of the Activity, while the application instance is tied to the lifecycle of an application. |
| D. | None of the above |
| Answer» B. The Activity instance is tied to the lifecycle of the application, while the application instance is tied to the lifecycle of an Activity. | |