What is use of @service in spring?



What is use of @service in spring?..

Answer / Satish Chandra Singh

The '@Service' annotation is a stereotype for service classes in Spring Framework. It indicates that the annotated class is a service component, providing business logic or domain-specific functionality.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Spring Framework Interview Questions

What is java spring framework used for?

1 Answers  


Why do we use factory?

1 Answers  


What is difference between singleton and prototype bean?

1 Answers  


What is the difference between pathvariable and requestparam?

1 Answers  


What is joinpoint?

1 Answers  


What is the difference between spring framework and spring boot? : Spring Boot

1 Answers  


What is @required annotation in spring?

1 Answers  


What are different ways to configure a class as spring bean?

1 Answers  


Which orm does spring support?

1 Answers  


What do you mean by beanfactory in spring?

1 Answers  


What are the different types of ioc container?

1 Answers  


What are the benefits of spring boot? : Spring Boot

1 Answers  


Categories