What is spring annotation-based configuration?



What is spring annotation-based configuration?..

Answer / Vakeel Chand

Spring Annotation-Based Configuration refers to the method of configuring Spring beans using annotations (@Component, @Service, @Repository, etc.) instead of XML files. This provides a more concise and easier-to-understand way to configure application components.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Spring Framework Interview Questions

What is persistence context in spring?

1 Answers  


What is tasklet in spring batch?

1 Answers  


Is spring a singleton component?

1 Answers  


What are spring beans?

1 Answers  


What are spring applications?

1 Answers  


Are spring beans thread safe?

1 Answers  


Is spring framework still popular?

1 Answers  


What does entitymanager merge do?

1 Answers  


What is difference between spring and hibernate?

1 Answers  


What are the types of advice in spring?

1 Answers  


What is junit testing?

1 Answers  


What is ioc container in spring?

1 Answers  


Categories