Services
Discover
Ask a Question
Log in
Sign up
Filters
Done
Question type:
Essay
Multiple Choice
Short Answer
True False
Matching
Topic
Certification
Study Set
SpringSource
Exam 1: Core-Spring (based on Spring 3.2)
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Practice Exam
Learn
Question 41
Multiple Choice
Consider that all Spring beans have been declared within a package called "com.springsource.service". To enable component scanning one must do the following:
Question 42
Multiple Choice
To register for a bean destruction callback, one can (Select one)
Question 43
Multiple Choice
Which statement is NOT true concerning Spring's RMI Proxy Generator (select one)
Question 44
Multiple Choice
Which of the following statements is NOT true concerning Spring Remoting? (Select one)
Question 45
Multiple Choice
In what order will these events occur during the initialization of the application? (Select one) Select the best response 1 Setter Dependency Injection 2 Bean constructor 3 call BeanFactoryPostProcessors 4 call BeanPostProcessors
Question 46
Multiple Choice
Which of the following statements about the FactoryBean interface is NOT true? (select one)
Question 47
Multiple Choice
Which of the following statements is NOT true concerning the BeanPostProcessor Extension point? (Select one)
Question 48
Multiple Choice
Which of the following statements about use of the @Transactional annotation in a JUnit integration test is NOT true? (Select one)
Question 49
Multiple Choice
Which of the following statements is NOT a characteristic of Spring Transaction Management? (Select one)
Question 50
Multiple Choice
Which of the following statements is NOT true about advice types and exception handling? (select one)
Question 51
Multiple Choice
@Configuration public class AppConfig { @Bean public ClientService clientService() { ClientServiceImpl clientService = new ClientServiceImpl() ; ClientService.addClientDao(new ClientDao() ) ; Return clientService; } In the example above, which statement is NOT true with regards to Spring Java configuration? (select one)
Question 52
Multiple Choice
What is true regarding bean definition inheritance?
Question 53
Multiple Choice
Identify the correct statement about the following pointcut expression: execution(@javax.annotation.security.RolesAllowed * rewards.restaurant.*.*(..) ) (Select one)
Question 54
Multiple Choice
Which of the following statements is NOT true about advice types (select one)
Question 55
Multiple Choice
Consider the following bean definition <bean id="clientService" class="com.springsource.service.ClientServiceImpl" /> Using Spring AOP, you have declared a Pointcut targeting all methods inside the clientService bean. ClientServiceImpl implements 3 different interfaces. Which interfaces will the proxy class implement? (Select one)
Question 56
Multiple Choice
Which of the following statements about Pointcut expressions is true? (Select one)
Question 57
Multiple Choice
Which of the following statements about the @Autowired annotation is NOT true? (select one)
showing 41 - 57 of 57
Prev
Next
Prev
1
2
3
Next
Related Exams
Previous slide
Next slide
Access For Free