What is “Spring Boot” in Java development?
a) A front-end design library
b) A framework for building and running Java-based applications with minimal configuration
c) A JavaScript framework
d) A Java testing tool
Answer:
b) A framework for building and running Java-based applications with minimal configuration
Explanation:
Spring Boot is a Java-based framework that simplifies setting up, configuring, and running web applications by offering built-in support for embedded servers and dependency management.