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:

Verified
Correct Answer:
Verified
Q9: For precise monetary calculations, use class_(package java.math)-rather
Q10: Which of the following statements is false?<br>A)
Q11: Java requires that you override every method
Q12: Which of the following actions does not
Q13: Android apps have four types of executable
Q15: You can use the new Android Studio_to
Q16: You may configure your AVD (or device)
Q17: Which of the following satements is false?<br>A)
Q18: Which of the following is false regarding
Q19: Which of the following statements is false?<br>A)