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 |
Give the names of some important spring modules.
What are the months of spring?
What are advices in spring?
Does @override do anything?
What is aop in spring javatpoint?
What is the use of @service in spring?
What is the difference between lazy loading and eager loading?
What are the different bean scopes in spring?
What are the various transaction manager implementations in spring?
What does autowired mean?
What is dao layer in spring?
How many types of injection method used in spring?