InterviewSolution
Saved Bookmarks
| 1. |
What do you understand by JAX-RS? |
|
Answer» As the name itself stands (JAX-RS= JAVA API for RESTful Web SERVICES) is a Java-based specification defined by JEE for the implementation of RESTful services. The JAX-RS library makes usage of annotations from Java 5 onwards to simplify the process of web services development. The LATEST version is 3.0 which was released in JUNE 2020. This specification also PROVIDES necessary support to create REST clients. |
|