Broadcom-VMware
2V0-72.22 · Question #81
Which two statements are true regarding a Spring Boot "fat" JAR? (Choose two.)
The correct answer is C. The "fat" JAR contains compiled classes and dependencies that your code needs to run. E. The "fat" JAR is created by the Spring Boot Maven plugin or Gradle plugin. See the full explanation below for the reasoning.
Question
Which two statements are true regarding a Spring Boot "fat" JAR? (Choose two.)
Options
- AThe "fat" JAR contains both the class files and the source files for your project.
- BThe "fat" JAR requires an external Servlet container.
- CThe "fat" JAR contains compiled classes and dependencies that your code needs to run.
- DThe "fat" JAR can contain multiple embedded application servers.
- EThe "fat" JAR is created by the Spring Boot Maven plugin or Gradle plugin.
How the community answered
(44 responses)- A16% (7)
- B7% (3)
- C75% (33)
- D2% (1)
Community Discussion
No community discussion yet for this question.