- What is the difference between @Controller and @RestController.
- What are the 5 exception may occur in Spring?
- Is it required to write @Repository annotation in spring data jpa.
- Why we write @NoRepositoryBean Over JPARepository. if we dont want to initialize the interface
- Tell about spring bean lifecycle hooks.
- What are the two types of IOC container.
- What is @Component vs @Service vs @Repository
- What is the version of spring we used