Multiple choice technology platforms and products

Which of the following is not a resource exposed through R.java

  1. values

  2. layout

  3. xml

  4. namespace

  5. None of above

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

R.java is an auto-generated file in Android that contains references to all project resources. It exposes resource types like values (strings, colors, dimensions), layouts, XML resources, drawables, etc. 'namespace' is not a resource type in Android - it's a Java package concept.