Solved

The GetIntExtra Method of the Intent Class Has This API

Question 33

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:

verifed

Verified

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

Related Questions