| Hint | Answer | % Correct |
|---|---|---|
| UML | unified modeling language | 75%
|
| behavioral views: ____ perspectives | dynamic | 25%
|
| Simplifies the setup of Spring (Web REST API) | spring boot | 25%
|
| structural views: ____ perspectives | static | 25%
|
| the building blocks of Spring apps | beans | 0%
|
| Inversion of control: ____ code is executed by ____ code | custom external | 0%
|
| @Autowired is a form of ____ | dependency injection | 0%
|
| Class diagram: classes are related via DRGA | dependency realization generalization association | 0%
|
| they are managed by___ using ____ | ioc container spring annotations | 0%
|
| ___ beans will be instantiated but not destroyed | prototype | 0%
|
| ____ beans will be instantiated and destroyed with IoC | singleton | 0%
|
| C4 model | software system - container - component - code | 0%
|
| Provides data access and manipulation tools. | spring data | 0%
|
| Offers security features for applications. | spring security | 0%
|