Multiple Choice
Following is the API of the getint method of SharedPreferences.Editor:
Int getInt( String a, int b)
What does b represent?
A) A key for which getInt returns the associated value
B) A value for which getInt returns the associated key
C) A default value that may (or may not) be returned by getInt
D) A default key value
Correct Answer:

Verified
Correct Answer:
Verified
Q12: If we have more than one activity,
Q13: The _ method of the Activity class
Q14: The _ interface includes the functionality to
Q15: What XML element represents a row in
Q16: Clicking on a button can make the
Q18: Using a RelativeLayout, which attribute do we
Q19: Using a RelativeLayout, to specify that a
Q20: We can use a View element to
Q21: We place transition XML files in the
Q22: The onResume method of the Activity class