SPRING_BOOT
1. What is Spring Boot? Why Spring-Boot have such Dependency?
2. What are starter files in Spring-boot?
3. What are advantages of Spring-boot?
4. Difference between Spring-MVC and SPRING-BOOT?
5. List the annotations used in Spring BOOT?
6. What is JPA-repository?
7. Why you have to create own repository and extend JPA-repository?
8. Why you need Service layer?
9. What is Spring Data JPA?
10. What we add Spring boot Devtools?
11. How to send response in Structured way?[data,statuscode,error message]
12. What is Status Code?
13. What is Enum?
14. List five important Status Codes?
15. Explain Exception Handling in Spring-Boot?
16. What is Response Entity?
17. What is JSON object?
18. What are Rest-API's?
19. What are Web-Services?
20. What is PostMan?
21. What is API-Testing?
22. Explain the below annotations
• @Repository
• @Service
• @RestController
• @Controller
• @RestController
• @RequestBody
• @RequestParam
• @PathVariable
• @ControllerAdvice
• @ExceptionHandler