Oracle
1Z0-897 · Question #119
Choose the code fragment that corresponds to a resource delegating processing of a request to a subresource correctly, when processing the URL "/parent/child" (Choose one):
The correct answer is A. @Path("/parent"). See the full explanation below for the reasoning.
Question
Choose the code fragment that corresponds to a resource delegating processing of a request to a subresource correctly, when processing the URL "/parent/child" (Choose one):
Options
- A@Path("/parent")
- B@Path("/parent")
- C@Path("/parent")
- D@Path("/parent")
How the community answered
(50 responses)- A78% (39)
- B2% (1)
- C14% (7)
- D6% (3)
Community Discussion
No community discussion yet for this question.