Computer Science, asked by ramugeetha7, 1 year ago

In Android, each application executes in its own environment and does not influence the execution of other applications.
A. True
B. False

Answers

Answered by mshradha284
6
true, in android, each application exectes in its own environment and does nkt influence the execution of other application .
Answered by omegads04
4

The given statement ‘In android, each application executes in its own environment and does not influence the execution of other application‘ is true. As we know, android application runs in its own Linux process and it is created for the application when code needs to be run and remain running until and unless it is no longer needed. Android has a feature that an application process’s lifetime is not directly controlled by the application itself.

Similar questions