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.)
Which two statements are true regarding the RestTemplate class? (Choose two.)
Which three types can be used as @Controller method arguments? (Choose three.)
Which strategy is correct for configuring Spring Security to intercept particular URLs? (Choose the best answer.)
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.)