nerdexam
Android

OA0-002 · Question #77

We have added a button to the layout of an Android application running in a Japanese environment, and specified @string/exe as text property. Which of these will be displayed on the button when…

The correct answer is B. "exe" will be displayed. See the full explanation below for the reasoning.

Question

We have added a button to the layout of an Android application running in a Japanese environment, and specified @string/exe as text property. Which of these will be displayed on the button when adding the following code to the resource?

Exhibit

OA0-002 question #77 exhibit

Options

  • AThere will be a compile error.
  • B"exe" will be displayed.
  • C"Execute" will be displayed.
  • D"@string/exe" will be displayed.

How the community answered

(30 responses)
  • A
    7% (2)
  • B
    83% (25)
  • C
    3% (1)
  • D
    7% (2)

Community Discussion

No community discussion yet for this question.

Full OA0-002 Practice