Answers
- Imperative can only handle one request at a time using an I/O blocking worker thread. Reactive can handle multiple requests using I/O non-blocking threads.
- RESTEasy Reactive.
- It’s used to standardize the way APIs are described and documented.
- We should use the
rest-assured
library.