nerdexam
Android

AND-401 · Question #35

Which of the following is not true about <activity> tag in AndroidManifest file?

The correct answer is C. Declares a single hardware or software feature that is used by the application. See the full explanation below for the reasoning.

Question

Which of the following is not true about <activity> tag in AndroidManifest file?

Options

  • ADeclares an activity that implements part of the application's visual user interface
  • BContained in <application> tag.
  • CDeclares a single hardware or software feature that is used by the application.
  • DHas an attribute that specifies the name of the Activity sub-class that implements the activity.

How the community answered

(29 responses)
  • A
    10% (3)
  • B
    17% (5)
  • C
    69% (20)
  • D
    3% (1)

Community Discussion

No community discussion yet for this question.

Full AND-401 Practice