InterviewSolution
| 1. |
What Is Jax-rs? |
|
Answer» JAX-RS stands for JAVA API for RESTFUL Web SERVICES. JAX-RS is a JAVA based programming language API and specification to provide support for created RESTful Webservices. Its 2.0 VERSION was released in 24 May 2013. JAX-RS makes heavy use of ANNOTATIONS available from Java SE 5 to simplify development of JAVA based web services CREATION and deployment. It also provides supports for creating clients for RESTful web services. JAX-RS stands for JAVA API for RESTful Web Services. JAX-RS is a JAVA based programming language API and specification to provide support for created RESTful Webservices. Its 2.0 version was released in 24 May 2013. JAX-RS makes heavy use of annotations available from Java SE 5 to simplify development of JAVA based web services creation and deployment. It also provides supports for creating clients for RESTful web services. |
|