최신SpringSource Core-Spring (based on Spring 3.2) - CoreSpringV3.2무료샘플문제
문제1
Spring's RMI Service Exporter provides which of the following services? (select one)
Spring's RMI Service Exporter provides which of the following services? (select one)
정답: D
문제2
Which of the following statements about Spring's JUnit integration testing support is true? (select one)
Which of the following statements about Spring's JUnit integration testing support is true? (select one)
정답: A
문제3
ClientService service = applicationContext.getBean(ClientService.class)
Which statement is true with regards to the above example? (select one)
ClientService service = applicationContext.getBean(ClientService.class)
Which statement is true with regards to the above example? (select one)
정답: C
문제4
What is the principal purpose of Spring's Security tag library? (Select one)
What is the principal purpose of Spring's Security tag library? (Select one)
정답: D
문제5
Which of the following statements about Spring @MVC is NOT true (select one)
Which of the following statements about Spring @MVC is NOT true (select one)
정답: B
문제6
Consider the following class:
public class LegacySingleton {
private LegacySingleton(){}
public static LegacySingleton getAServiceInstance() {
return new LegacySingleton();
}
}
How can a bean of type LegacySingleton be created (using XML configuration)? (select one)
Consider the following class:
public class LegacySingleton {
private LegacySingleton(){}
public static LegacySingleton getAServiceInstance() {
return new LegacySingleton();
}
}
How can a bean of type LegacySingleton be created (using XML configuration)? (select one)
정답: B
문제7
Identify the correct statement(s) regarding the following pointcut: execution(@com.springsource.MyCustomAnnotation void *(..))
Identify the correct statement(s) regarding the following pointcut: execution(@com.springsource.MyCustomAnnotation void *(..))
정답: C
문제8
Security filters are used in Spring Security in which ways? (select one)
Security filters are used in Spring Security in which ways? (select one)
정답: D
문제9
Which of the following statement is true concerning Spring's JmsTemplate (select one)
Which of the following statement is true concerning Spring's JmsTemplate (select one)
정답: D
문제10
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
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
정답: C