Which of the following is an embedded server commonly used in Spring Boot applications?
a) Tomcat
b) Apache
c) Nginx
d) IIS
Answer:
a) Tomcat
Explanation:
Spring Boot applications often use the Tomcat embedded server to run Java web applications without needing to deploy them on an external server.