VMware vRealize Automation 8.x (2022) — Question 71

Which two statements are true regarding a Spring Boot "fat" JAR? (Choose two.)

Answer options

Correct answer: C, E

Explanation

The correct answers, C and E, are true because a 'fat' JAR includes all necessary compiled classes and dependencies, and it is created using the Spring Boot build tools. Options A and B are incorrect as the 'fat' JAR does not include source files, nor does it require an external Servlet container since it can run independently with embedded servers.