InterviewSolution
This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.
| 51. |
What Do You Mean By Bean Wiring? |
|
Answer» The act of CREATING ASSOCIATIONS between application components (beans) within the Spring container is REFFERED to as Bean WIRING. The act of creating associations between application components (beans) within the Spring container is reffered to as Bean wiring. |
|
| 52. |
What Is The Typical Bean Life Cycle In Spring Bean Factory Container? |
|
Answer» Bean LIFE cycle in Spring Bean Factory Container is as follows: Bean life cycle in Spring Bean Factory Container is as follows: |
|
| 53. |
How Is A Typical Spring Implementation Look Like? |
|
Answer» For a TYPICAL Spring Application we NEED the FOLLOWING files: For a typical Spring Application we need the following files: |
|
| 54. |
What Is The Difference Between Bean Factory And Application Context? |
|
Answer» On the surface, an application context is same as a bean factory. But application context offers much more.. On the surface, an application context is same as a bean factory. But application context offers much more.. |
|
| 55. |
What Is Application Context? |
|
Answer» A bean FACTORY is fine to SIMPLE applications, but to take advantage of the full power of the Spring framework, you may WANT to move up to Springs more advanced container, the application context. On the SURFACE, an application context is same as a bean factory.Both load bean definitions, wire beans together, and DISPENSE beans upon request. But it also provides: ► A means for resolving text messages, including support for internationalization. A bean factory is fine to simple applications, but to take advantage of the full power of the Spring framework, you may want to move up to Springs more advanced container, the application context. On the surface, an application context is same as a bean factory.Both load bean definitions, wire beans together, and dispense beans upon request. But it also provides: ► A means for resolving text messages, including support for internationalization. |
|
| 56. |
What Are The Types Of Dependency Injection Spring Supports? |
|
Answer» ► Setter Injection: ► Constructor Injection: ► Setter Injection: ► Constructor Injection: |
|
| 57. |
How Many Modules Are There In Spring? What Are They? |
|
Answer» Spring comprises of seven modules. They are.. Spring comprises of seven modules. They are.. |
|
| 58. |
What Are Features Of Spring? |
|
Answer» ► Lightweight: ► Lightweight: |
|
| 59. |
What Are The Advantages Of Spring Framework? |
|
Answer» The advantages of Spring are as follows: The advantages of Spring are as follows: |
|