Refer to the exhibit. Assume that the application is using Spring transaction management which uses Spring AOP internally. Choose the statement that describes what is happening when the update1 method is called? (Choose the best answer.) A. There are 2…

Which two options are REST principles? (Choose two.) A. RESTful applications use a stateless architecture. B. RESTful application use HTTP headers and status codes as a contract with the clients. C. RESTful applications cannot use caching. D. RESTful application servers…