Solved

Which of the Following Statements Is False

Question 14

Multiple Choice

Which of the following statements is false?


A) An active Activity is visible on the screen and "has the focus"-that is, it's in the foreground. You can interact with the Activity currently in the foreground.
B) A stopped activity is not visible on the screen-it's in the background and is likely to be killed by the system when its memory is needed.
C) An Activity is stopped when another Activity enters the foreground and becomes active. For example, when you answer a phone call, the phone app becomes active and the app you previously were using is stopped.
D) Each activity lifecycle method you override must call the subclass's version; otherwise, an exception will occur.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions