Briefing Android Knowledge

Which of these will be displayed on the button when adding the following code to the resource?

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?

A.
There will be a compile error.

B.
“exe” will be displayed.

C.
“Execute” will be displayed.

D.
“@string/exe” will be displayed.

Explanation: