When does Android start and end an application process?
Sonia Sharma
A. Android starts an application process when application's component needs to be executed. It then closes the process when it's no longer needed (garbage collection).