Question d’entretien chez Infosys

What is difference between @Component and @Service?

Réponse à la question d'entretien

Utilisateur anonyme

10 juill. 2024

@Component is class level annotation and it makes a Java class as a bean. @Service is also a class level annotation and it defines the class has implemented business logics in it.

2