Multiple Choice
Two beans of type MyBean are defined in the ApplicationContext with singleton scope, with ids "myBean1" and "myBean2". The getBean() method is called once for each bean. Which statement is true about the two references returned? (Select one)
A) The two references refer to different instances of the same type
B) Both references refer to the same bean instance
C) One of the references will be null
D) A RuntimeException will be thrown when the ApplicationContext is initialized
Correct Answer:

Verified
Correct Answer:
Verified
Q23: State which type of object the JdbcTemplate
Q24: Consider the following Spring Security configuration <security:http>
Q25: Which of the following statement(s) is/are true
Q26: Which of the following statements best describes
Q27: Select which of the following configuration tasks
Q29: Which of the following statements defines an
Q30: Given an ApplicationContext containing multiple bean definitions
Q31: Which of the following is NOT true
Q32: Which of the following statements is NOT
Q33: Identify the correct statement(s) regarding the following