What are the annotation used in spring?



What are the annotation used in spring?..

Answer / Poonam Kushwaha

"@Component", "@Service", "@Repository", "@Controller". These are some of the common annotations used in Spring Framework to declare components, services, repositories, and controllers respectively.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Spring Framework Interview Questions

Do subclasses inherit annotations?

1 Answers  


What is repository annotation in spring?

1 Answers  


Explain spring beans?

1 Answers  


What is spring rest?

1 Answers  


What is the difference between @qualifier and @primary?

1 Answers  


Which is the most commonly used transaction management?

1 Answers  


Why is dao used? : Spring Boot

1 Answers  


What does entitymanager merge do?

1 Answers  


What is ioc and di?

1 Answers  


What do you mean by annotation-based container configuration?

1 Answers  


What is @controller in spring boot? : Spring Boot

1 Answers  


Give examples of how spring platform can be used by an application developer.

1 Answers  


Categories