What is the role of ioc?
Answer / Shivam Nanda
IOC stands for Inversion of Control, which is a design principle in software engineering where the control flow of the application is inverted compared to traditional programming. It allows the Spring Framework to manage and create objects without explicit configuration.
| Is This Answer Correct ? | 0 Yes | 0 No |
Why spring is a framework?
What are the different types of annotations?
What is pojo model?
Categorize the different types of modules in spring framework.
What is lazy class?
What does inject it mean?
Explain the concept of root application context in spring mvc along with its loading process.
What are the benefits of using spring tool suite?
Explain the spring mvc framework.
Tell us what you know about dispatcherservlet and contextloaderlistener.
How do I create a rest api in spring boot? : Spring Boot
What is spring service layer?