Which of the following annotation of JAX RS API binds the parameter passed to method to a form value

Q 15 - Which of the following is correct about JAX-RS?A - JAX-RS makes heavy use of annotations available from Java SE 5 to simplify development ofJAVA based web services creation and deployment.B - It also provides supports for creating clients for RESTful web services.C - Both of the above.D - None of the above.

Q 16 - Which of the following annotation of JAX RS API is used to annotate a methodto get the relative path of the resource class/method?

Get answer to your question and much more

Q 17 - Which of the following annotation of JAX RS API is used to annotate a methodused to fetch resource?

Get answer to your question and much more

Q 18 - Which of the following annotation of JAX RS API is used to annotate a methodused to create resource?

Get answer to your question and much more

Q 19 - Which of the following annotation of JAX RS API is used to annotate a methodused to create/update resource?A - @PathB - @GETC - @PUTD - @POST

Q 20 - Which of the following annotation of JAX RS API is used to annotate a methodused to delete resource?

Get answer to your question and much more

Q 21 - Which of the following annotation of JAX RS API is used to get status of methodavailability?

Get answer to your question and much more

Q 22 - Which of the following annotation of JAX RS API states the HTTP Responsegenerated by web service?

Get answer to your question and much more

Q 23 - Which of the following annotation of JAX RS API states the HTTP Request type?A - @DELETEB - @HEADC - @ProducesD - @Consumes

Q 24 - Which of the following annotation of JAX RS API binds the parameter passed tomethod to a value in path?

Get answer to your question and much more

Upload your study docs or become a

Course Hero member to access this document

Upload your study docs or become a

Course Hero member to access this document

End of preview. Want to read all 11 pages?

Upload your study docs or become a

Course Hero member to access this document

Representational State Transfer, Uniform Resource Identifier, Hypertext Transfer Protocol, HTTP

Q 25 - Which of the following annotation of JAX RS API binds the parameter passed tomethod to a query parameter in path?

Get answer to your question and much more

Q 26 - Which of the following annotation of JAX RS API binds the parameter passed tomethod to a HTTP matrix parameter in path?

Get answer to your question and much more

Q 27 - Which of the following annotation of JAX RS API binds the parameter passed tomethod to a HTTP header?

Get answer to your question and much more

Q 28 - Which of the following annotation of JAX RS API binds the parameter passed tomethod to a Cookie?A - @CookieParamB - @FormParamC - @DefaultValueD - @Context

Q 29 - Which of the following annotation of JAX RS API binds the parameter passed tomethod to a form value?

Get answer to your question and much more

Q 30 - Which of the following annotation of JAX RS API assigns a default value to aparameter passed to method?

Get answer to your question and much more

C - @DefaultValueD - @ContextQ 31 - Which of the following annotation of JAX RS API is used to inject a context ofthe resource for example HTTPRequest as a context

Get answer to your question and much more

Q 32 - REST is web standards based architecture and uses HTTP Protocol for datacommunication.A - falseB - true

Q 33 - In REST architecture, a REST Server simply provides access to resources andREST client accesses and presents the resources.

Get answer to your question and much more

Q 34 - A web service is a collection of open protocols and standards used forexchanging data between applications or systems.

Get answer to your question and much more

Upload your study docs or become a

Course Hero member to access this document

Upload your study docs or become a

Course Hero member to access this document

End of preview. Want to read all 11 pages?

Upload your study docs or become a

Course Hero member to access this document

Representational State Transfer, Uniform Resource Identifier, Hypertext Transfer Protocol, HTTP