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
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)- A7% (2)
- B83% (25)
- C3% (1)
- D7% (2)
Community Discussion
No community discussion yet for this question.
