Android Application Development (AND-401) — Question 53
The DalvikVM core libraries are a subset of which of the following?
Answer options
- A. Java ME
- B. Java SE
- C. Java EE
- D. JAX-WS
Correct answer: B
Explanation
The correct answer is B, as the DalvikVM core libraries are derived from Java SE, which provides the standard libraries for Java applications. Options A, C, and D are incorrect because Java ME is for mobile applications, Java EE is for enterprise applications, and JAX-WS is an API for web services, none of which directly represent the subset from which DalvikVM libraries are taken.