Citi interview question

The difference between @Service and @Component

Interview Answer

Anonymous

7 Aug 2021

@Service is specialisation of @component annotation. It registers the bean as well as specifies it as the service bean.

2