Exit Developing Java REST Web Services Post Test Question Title * 1. Java Web Services are a feature of which Java Framework? Java SE Java EE Java ME None of the above I don't know Question Title * 2. Which of the following is the REST Web Service API? JAX-REST JAX-WS JAX-RS JAX-API I don't know Question Title * 3. Which is the following is the correct annotation to define a REST Web Service Endpoint in Java? @Endpoint @WebService @ApplicationPath @REST I don't know Question Title * 4. Which of the following is the preferred HTTP Verb to update a record via a REST Web Service? GET PUT POST DELETE I don't know Question Title * 5. REST Web Services require supporting for all HTTP Verbs. True False I don't know Question Title * 6. Which of the following is the correct annotation to define a JSON response from a REST Endpoint? @Provides(MediaType.APPLICATION_JSON) @Produces(MediaType.APPLICATION_JSON) @Consumes(MediaType.APPLICATION_JSON) Any of the above I don't know Question Title * 7. JSON data must be used for REST Web Services. True False I don't know Question Title * 8. Which of the following is the correct technique to access a URL embedded parameter? @PathParam @URLParam @MethodParam None, if it is within the URL it will always be accessable I don't know Question Title * 9. A REST Endpoint can output either JSON or XML. True False I dont' know Question Title * 10. What is the recommend HTTP Status for attempting to add an existing records via a REST Web Service? 404 405 407 409 I don't know Done