Multiple Choice
The getIntExtra method of the Intent class has this API:
Int getIntExtra( String key, int value )
What does it return?
A) The parameter value (always)
B) The value mapped to key, if there is one; otherwise, value
C) A resource id (always)
D) 0
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q23: The _ of the OnMapReadyCallback interface is
Q24: The MarkerOptions class has many methods returning
Q25: _ is a constant from the RecognizerIntent
Q26: In order to display a map in
Q27: The _ class provides methods for both
Q28: The _ class, along with the RecognitionListener
Q29: After we have created a SpeechRecognizer object,
Q30: The CameraUpdateFactory has many static methods, such
Q31: The putExtra method of the Intent class
Q32: The getStringExtra method of the Intent class