Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam 2V0-72.22 All Questions

View all questions & answers for the 2V0-72.22 exam

Exam 2V0-72.22 topic 1 question 56 discussion

Actual exam question from VMware's 2V0-72.22
Question #: 56
Topic #: 1
[All 2V0-72.22 Questions]

What are the two reasons Spring be used to build a Java application? (Choose two.)

  • A. Spring automates a Java application build.
  • B. Spring provides a Dependency Injection container.
  • C. Spring automates deployment of Java applications to all of the major cloud providers.
  • D. Spring provides comprehensive Java IDE support.
  • E. Spring provides abstractions over infrastructure such as persistence and messaging.
Show Suggested Answer Hide Answer
Suggested Answer: BE 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Evoila_TrainingMaterial
4 months, 1 week ago
Selected Answer: BE
B. Spring provides a Dependency Injection container. True. One of the core features of Spring is its powerful Dependency Injection (DI) container, which helps manage the lifecycle and dependencies of the application’s components. E. Spring provides abstractions over infrastructure such as persistence and messaging. True. Spring provides a range of abstractions over various infrastructure concerns, such as persistence (with Spring Data and JPA), messaging (with Spring JMS and Spring AMQP), transaction management, and more. These abstractions simplify and unify the way developers interact with these systems.
upvoted 1 times
...
50513d6
9 months, 4 weeks ago
Selected Answer: BE
what the others say
upvoted 2 times
...
nesreenmhd123
1 year, 1 month ago
B and E are correct. A is wrong, spring itself does not automate the build process of Java applications. Build automation tools like Maven or Gradle are commonly used for automating the build process. C is wrong, spring provides integrations with various cloud platforms and services, but it does not automate the deployment process to all major cloud providers. D is wrong, while Spring does provide integration with Java IDEs, comprehensive Java IDE support is not a specific feature of the Spring framework itself.
upvoted 2 times
...
rhuanca
1 year, 8 months ago
B and E. A. Wrong because Spring is a framework that provides infrastructure support to build Java applications but not automate build process
upvoted 2 times
...
Hounerable
1 year, 8 months ago
Why is C is not correct
upvoted 1 times
rhuanca
1 year, 8 months ago
Spring Cloud framework offer support not to all major Cloud providers , and it does not automate the entire deployment process
upvoted 1 times
...
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...