With the reactive programming model in Spring Boot, Reactive Data Repositories allow for _____ database interaction.

  • Asynchronous
  • Blocking
  • Sequential
  • Synchronous
With the reactive programming model in Spring Boot, "Reactive Data Repositories" allow for "asynchronous" database interaction. Reactive Data Repositories, part of Spring Data's reactive support, enable non-blocking database access by providing a reactive API for interacting with databases. This allows applications to efficiently work with data streams and handle concurrent requests without blocking threads.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *