What is Apache Maven?

What is Apache Maven?

A) A build automation and project management tool
B) A web server
C) A version control system
D) A database management system

Answer:

A) A build automation and project management tool

Explanation:

Apache Maven is a popular build automation and project management tool primarily used for Java projects. It provides a comprehensive framework for managing a project’s build lifecycle, dependencies, and project structure. Maven uses a central configuration file called pom.xml to manage project dependencies, plugins, and build processes.

Reference links:

https://www.javaguides.net/p/maven.html

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top