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.)
Which two statements are true concerning constructor injection? (Choose two.)
Given an ApplicationContext containing three bean definitions of type Foo with bean ids foo1, foo2, and foo3, which three @Autowired scenarios are valid and will allow the ApplicationContext to initialize successfully? (Choose three.)
Which dependency enables an automatic restart of the application as code is changed during development of a Spring boot configuration on a web application? (Choose the best answer.)
Spring puts each bean instance in a scope. What is the default scope? (Choose the best answer.)
If a class is annotated with @Component, what should be done to have Spring automatically detect the annotated class and load it as a bean? (Choose the best answer.)