Multiple Choice
Which of the following is true about the Dialog class? (Choose two.)
A) You can add a custom layout to a dialog using setContentView( ) .
B) A dialog has a life-cycle independent of the Activity.
C) A dialog is displayed on the screen using method show( ) .
D) It does not have a method to access the activity that owns it.
Correct Answer:

Verified
Correct Answer:
Verified
Q107: Which of these is the incorrect method
Q108: Which of the following is the base
Q109: Which of the following methods are invoked
Q110: Which of the following is correct about
Q111: Which of the following Activity methods is
Q113: Which of the following is required for
Q114: Which of the following is not included
Q115: Which of the following is NOT true
Q116: Which of the following lines of code
Q117: Which of the following is NOT true