What are services in spring boot? : Spring Boot
Answer / Priti Vishnoi
Services in Spring Boot are components that perform business logic. They encapsulate the core functionality of the application and are often annotated with @Service. Services use Repositories (Data Access Objects) to interact with the database.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are spring mvc annotations?
What is setter and constructor injection in spring?
Differentiate between constructor injection and setter injection?
What is @responsebody in spring?
What is mvc spring?
Why spring mvc is used?
What is aop logging?
Is jwt an oauth?
What are the limitations with auto wiring?
Why dependency injection is needed?
How many types of dependency injection are there in spring?
Why is spring boot preferred? : Spring Boot