Multiple Choice
What is DataActivity in the following code?
Intent myIntent = new Intent( this, DataActivity.class ) ;
A) A subclass of Intent
B) A reference to the current Activity
C) An Intent
D) An Activity class
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q3: What XML element do we use when
Q4: The _ method of the Activity class
Q5: It is possible to pass data from
Q6: In order to set up a transition
Q7: Using a RelativeLayout, which attribute do we
Q9: When using a scale element for a
Q10: What is this in the following code?<br>Intent
Q11: A Table Layout arranges its components in
Q12: If we have more than one activity,
Q13: The _ method of the Activity class