Oracle
1Z0-900 · Question #40
1Z0-900 Question #40: Real Exam Question with Answer & Explanation
Sign in or unlock 1Z0-900 to reveal the answer and full explanation for question #40. The question stem and answer options stay visible for context.
Implement REST Services using JAX-RS API
Question
Which statement is true about JAX-RS resource implementation?
Options
- AThe REST resource implementation class must extend the javax.ws.rs.core.Application class
- BThe REST resource class can be implemented as a stateful Enterprise JavaBean (EJB).
- CThe REST resource class can be implemented as a Plain Old Java Object (POJO).
- DThe REST resource implementation class must not be final.
Unlock 1Z0-900 to see the answer
You've previewed enough free 1Z0-900 questions. Unlock 1Z0-900 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
Topics
#JAX-RS#REST resources#resource implementation#Application class