Multiple Choice
Which of the following lines of code starts activity Activity2 from a current activity Activity1?
A) Intent intent = new Intent(this,new Activity2() ) ; startActivity(intent) ;
B) Intent intent = new Intent(new Activity2() ) ;
C) Intent intent = new Intent (Activity1.class,Activity2.class) ;
D) Intent intent = new Intent(this,Activity2.class) ;
Correct Answer:

Verified
Correct Answer:
Verified
Q83: Which of the following is not an
Q84: Which one of the following is not
Q85: Which of the following is true about
Q86: Which of the following methods updates a
Q87: Which of the following is true about
Q89: What two methods you have to override
Q90: What is the Android SDK version required
Q91: Using Android Studio, you can build applications
Q92: Which of the following information cannot not
Q93: Which of these files contains text values