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 |
What is java spring framework used for?
Why do we use factory?
What is difference between singleton and prototype bean?
What is the difference between pathvariable and requestparam?
What is joinpoint?
What is the difference between spring framework and spring boot? : Spring Boot
What is @required annotation in spring?
What are different ways to configure a class as spring bean?
Which orm does spring support?
What do you mean by beanfactory in spring?
What are the different types of ioc container?
What are the benefits of spring boot? : Spring Boot