Why do we use factory?
Answer / Dipti Tiwari
A factory is used to create objects, allowing for separation of object creation logic from the rest of the application. This promotes code reuse, testability, and maintainability by decoupling the object creation process.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is spring batch example?
Why spring mvc is used?
What are the different types of annotations?
What does the spring bean lifecycle look like?
What is the design pattern used in spring ioc?
What are the different modes of autowiring?
What are different scopes of spring bean?
What is a transactional process?
What is a controller class in spring?
What is a bean in spring boot? : Spring Boot
What is @enableautoconfiguration in spring boot? : Spring Boot
What do you mean by spring batch?