What are services in spring boot? : Spring Boot



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

Post New Answer

More Spring Framework Interview Questions

What are spring mvc annotations?

1 Answers  


What is setter and constructor injection in spring?

1 Answers  


Differentiate between constructor injection and setter injection?

1 Answers  


What is @responsebody in spring?

1 Answers  


What is mvc spring?

1 Answers  


Why spring mvc is used?

1 Answers  


What is aop logging?

1 Answers  


Is jwt an oauth?

1 Answers  


What are the limitations with auto wiring?

1 Answers  


Why dependency injection is needed?

1 Answers  


How many types of dependency injection are there in spring?

1 Answers  


Why is spring boot preferred? : Spring Boot

1 Answers  


Categories