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.