Question 1: CORE SPRING BOOT - Purpose of Embedded Servers
What is the main advantage of using embedded servers in Spring Boot?
Question 2: CORE SPRING BOOT - Default Embedded Server
Which embedded server does Spring Boot use by default in a web application?
Question 3: CORE SPRING BOOT - Switching Embedded Servers
How can you switch the embedded server from Tomcat to Jetty or Undertow?
Question 4: CORE SPRING BOOT - Embedded Server Ports
Which property is used to configure the port of an embedded server in Spring Boot?
Question 5: CORE SPRING BOOT - Code Snippet (Custom Port)
What port will the embedded Tomcat server run on with the following configuration?
Question 6: CORE SPRING BOOT - Code Snippet (Embedded Server Selection)
Which server will Spring Boot use when this dependency is included?
Question 7: CORE SPRING BOOT - Code Snippet (Context Path)
What is the base URL for the application with the following configuration?
Question 8: CORE SPRING BOOT - Embedded Server Threads
Which of the following is true regarding embedded server thread configuration in Spring Boot?
Question 9: CORE SPRING BOOT - Advantages of Undertow
Which of the following is an advantage of using Undertow as an embedded server?
Question 10: CORE SPRING BOOT - Best Practices for Embedded Servers
Which of the following is a best practice when using embedded servers in Spring Boot?